1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #33852 from sharang-d/patch-2

Update test_helper_test.rb
This commit is contained in:
Yuji Yaginuma 2018-09-12 19:18:47 +09:00 committed by GitHub
commit 3eb0406ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1566,7 +1566,7 @@ class PerformedJobsTest < ActiveJob::TestCase
end end
end end
def test_assert_performed_wiht_with_global_id_args def test_assert_performed_with_with_global_id_args
ricardo = Person.new(9) ricardo = Person.new(9)
assert_performed_with(job: HelloJob, args: [ricardo]) do assert_performed_with(job: HelloJob, args: [ricardo]) do
HelloJob.perform_later(ricardo) HelloJob.perform_later(ricardo)