Skip to content

Commit

Permalink
I am an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 15, 2012
1 parent df08385 commit 0aaa3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/worker_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
end
end

test "register 'run_at' time on UTC timezone in ISO8601 format" do
it "register 'run_at' time on UTC timezone in ISO8601 format" do
job = Resque::Job.new(:jobs, {'class' => 'GoodJob', 'args' => "blah"})
now = Time.now.utc.iso8601
@worker.working_on(job)
Expand Down

0 comments on commit 0aaa3c0

Please sign in to comment.