Reset time after each test

This commit is contained in:
Artur Beljajev 2018-04-04 01:43:40 +03:00
parent f8eda810f9
commit 817a672143

View file

@ -20,6 +20,10 @@ class ActiveSupport::TestCase
ActiveRecord::Migration.check_pending!
fixtures :all
teardown do
travel_back
end
end
class ActionDispatch::IntegrationTest