procedure_spec: add missing Timecop.return statement

Fix order-dependant test.
This commit is contained in:
Pierre de La Morinerie 2018-11-14 14:34:12 +01:00
parent 35613992fe
commit b6521625e4

View file

@ -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 }