procedure_spec: add missing Timecop.return statement
Fix order-dependant test.
This commit is contained in:
parent
35613992fe
commit
b6521625e4
1 changed files with 1 additions and 0 deletions
|
@ -626,6 +626,7 @@ describe Procedure do
|
|||
|
||||
describe "#export_filename" do
|
||||
before { Timecop.freeze(Time.zone.local(2018, 1, 2, 23, 11, 14)) }
|
||||
after { Timecop.return }
|
||||
|
||||
subject { procedure.export_filename }
|
||||
|
||||
|
|
Loading…
Reference in a new issue