We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6161efc commit 7024f42Copy full SHA for 7024f42
test/worker_test.rb
@@ -51,7 +51,7 @@
51
assert_equal('Resque::DirtyExit', Resque::Failure.all['exception'])
52
end
53
54
- test "fails uncompleted jobs with worker exception on exit" do
+ it "fails uncompleted jobs with worker exception on exit" do
55
job = Resque::Job.new(:jobs, {'class' => 'GoodJob', 'args' => "blah"})
56
@worker.working_on(job)
57
@worker.unregister_worker(StandardError.new)
0 commit comments