mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Reset time after each test
This commit is contained in:
parent
f8eda810f9
commit
817a672143
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ class ActiveSupport::TestCase
|
|||
|
||||
ActiveRecord::Migration.check_pending!
|
||||
fixtures :all
|
||||
|
||||
teardown do
|
||||
travel_back
|
||||
end
|
||||
end
|
||||
|
||||
class ActionDispatch::IntegrationTest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue