Skip to content

Commit 83cf5d3

Browse files
committed
Layout/DotPosition
Offences count: leading: 34 trailing: 1
1 parent 8f67b6c commit 83cf5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/rspec/rails/matchers/active_job_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ def self.name; "LoggingJob"; end
400400
future = 1.minute.from_now
401401
slightly_earlier = 58.seconds.from_now
402402
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))
403+
expect(heavy_lifting_job).
404+
to have_been_enqueued.at(a_value_within(5.seconds).of(future))
405405
end
406406
end
407407

0 commit comments

Comments
 (0)