DEV: Clean up freeze time stubs after each test.
This commit is contained in:
parent
fd75e54793
commit
50b2152ef7
|
@ -131,6 +131,8 @@ RSpec.configure do |config|
|
||||||
x.exception.cause = ex
|
x.exception.cause = ex
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
unfreeze_time
|
||||||
end
|
end
|
||||||
|
|
||||||
config.before :each do |x|
|
config.before :each do |x|
|
||||||
|
|
Loading…
Reference in New Issue