Skip to content

Commit

Permalink
Comment out dump_zones() helper (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed May 14, 2018
1 parent 59c3841 commit b5b80e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/job_repeat_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

it 'accepts a Time instance' do

dump_zones
#dump_zones
t = Time.now + 10

job = @scheduler.schedule_every '0.5s', :first => t do; end
Expand Down

0 comments on commit b5b80e0

Please sign in to comment.