Skip to content

Commit 88f9876

Browse files
SHinGo-Kobapirj
authored andcommitted
fixed Style/CommentAnnotation
1 parent 59a1d9a commit 88f9876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/matchers/active_job_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def self.name; "LoggingJob"; end
226226
end
227227

228228
it "works with time offsets" do
229-
# note that Time.current does not replicate Rails behavior for 5 seconds from now.
229+
# NOTE: Time.current does not replicate Rails behavior for 5 seconds from now.
230230
time = Time.current.change(usec: 0)
231231
travel_to time do
232232
expect { hello_job.set(wait: 5).perform_later }.to have_enqueued_job.at(time + 5)

0 commit comments

Comments
 (0)