Deprecate Registrant::WhoisController

This commit is contained in:
Maciej Szlosarczyk 2018-05-25 13:58:13 +03:00
parent f1808cfcf1
commit b32809cdac
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
3 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,6 @@ class RegistrantLayoutTest < ActionDispatch::IntegrationTest
def test_has_link_to_rest_whois
visit registrant_domains_url
assert(has_link?('Internet.ee', href: 'https://internet.ee'))
refute(has_link?('WHOIS', href: registrant_whois_path))
refute(has_link?('WHOIS', href: 'registrant/whois'))
end
end