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 59a1d9a commit 88f9876Copy full SHA for 88f9876
spec/rspec/rails/matchers/active_job_spec.rb
@@ -226,7 +226,7 @@ def self.name; "LoggingJob"; end
226
end
227
228
it "works with time offsets" do
229
- # note that Time.current does not replicate Rails behavior for 5 seconds from now.
+ # NOTE: Time.current does not replicate Rails behavior for 5 seconds from now.
230
time = Time.current.change(usec: 0)
231
travel_to time do
232
expect { hello_job.set(wait: 5).perform_later }.to have_enqueued_job.at(time + 5)
0 commit comments