mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Add missed travel_back
callback in teardown
This commit is contained in:
parent
4e181c51ca
commit
7e88a96f27
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ class RegistrantLayoutTest < ActionDispatch::IntegrationTest
|
||||||
travel_to Time.zone.parse('2010-07-05')
|
travel_to Time.zone.parse('2010-07-05')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def teardown
|
||||||
|
super
|
||||||
|
|
||||||
|
travel_back
|
||||||
|
end
|
||||||
|
|
||||||
def test_has_link_to_rest_whois_and_internet_ee
|
def test_has_link_to_rest_whois_and_internet_ee
|
||||||
visit registrant_domains_url
|
visit registrant_domains_url
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue