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 56ca6ab commit 7210f7fCopy full SHA for 7210f7f
test/worker_test.rb
@@ -33,7 +33,7 @@
33
@worker.work(0)
34
assert_equal 1, Resque::Failure.count, 'failure not reported'
35
assert_equal('NameError', Resque::Failure.all['exception'])
36
- assert_equal('uninitialized constant NoJobDefinition', Resque::Failure.all['error'])
+ assert_match('uninitialized constant', Resque::Failure.all['error'])
37
end
38
39
it "does not allow exceptions from failure backend to escape" do
0 commit comments