Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
restoring time after running the specs. Thanks again John. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer committed Jul 13, 2010
1 parent e736269 commit c5a5b5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Timecop.freeze(Time.local(2010, 1, 1))
end

after do
Timecop.return
end

describe '.keep?' do
after(:each) do
Navvy::Job.keep = false
Expand Down

0 comments on commit c5a5b5d

Please sign in to comment.