We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a51cb7 + 4a5c94d commit 1e3ff27Copy full SHA for 1e3ff27
1 file changed
spec/jobs/petition_signed_data_update_job_spec.rb
@@ -23,9 +23,7 @@ def running_the_job
23
end
24
25
it 'does not raise the deserialization problem (which would cause the worker to requeue the job)' do
26
- expect {
27
- running_the_job
28
- }.not_to raise_error(ActiveJob::DeserializationError)
+ expect { running_the_job }.not_to raise_error
29
30
31
0 commit comments