Skip to content

Commit 7024f42

Browse files
committed
wtf I suck at git
1 parent 6161efc commit 7024f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/worker_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
assert_equal('Resque::DirtyExit', Resque::Failure.all['exception'])
5252
end
5353

54-
test "fails uncompleted jobs with worker exception on exit" do
54+
it "fails uncompleted jobs with worker exception on exit" do
5555
job = Resque::Job.new(:jobs, {'class' => 'GoodJob', 'args' => "blah"})
5656
@worker.working_on(job)
5757
@worker.unregister_worker(StandardError.new)

0 commit comments

Comments
 (0)