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 8f67b6c commit 83cf5d3Copy full SHA for 83cf5d3
spec/rspec/rails/matchers/active_job_spec.rb
@@ -400,8 +400,8 @@ def self.name; "LoggingJob"; end
400
future = 1.minute.from_now
401
slightly_earlier = 58.seconds.from_now
402
heavy_lifting_job.set(:wait_until => slightly_earlier).perform_later
403
- expect(heavy_lifting_job)
404
- .to have_been_enqueued.at(a_value_within(5.seconds).of(future))
+ expect(heavy_lifting_job).
+ to have_been_enqueued.at(a_value_within(5.seconds).of(future))
405
end
406
407
0 commit comments