aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/cases/test_helper_test.rb
diff options
context:
space:
mode:
authoralkesh26 <alkesh26@gmail.com>2019-01-29 21:15:12 +0530
committeralkesh26 <alkesh26@gmail.com>2019-01-29 21:15:12 +0530
commite356200ca1cef3504d0a7b9ef2e18d0b158f6e34 (patch)
tree0ded93c80fd8f1092210cb36c28a7484322f9985 /activejob/test/cases/test_helper_test.rb
parent8309cd2c68f548987b8447475c7735a19714baaa (diff)
downloadrails-e356200ca1cef3504d0a7b9ef2e18d0b158f6e34.tar.gz
rails-e356200ca1cef3504d0a7b9ef2e18d0b158f6e34.tar.bz2
rails-e356200ca1cef3504d0a7b9ef2e18d0b158f6e34.zip
activejob typo fixes.
Diffstat (limited to 'activejob/test/cases/test_helper_test.rb')
-rw-r--r--activejob/test/cases/test_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/test/cases/test_helper_test.rb b/activejob/test/cases/test_helper_test.rb
index 046033921d..4d934df31b 100644
--- a/activejob/test/cases/test_helper_test.rb
+++ b/activejob/test/cases/test_helper_test.rb
@@ -1688,7 +1688,7 @@ class PerformedJobsTest < ActiveJob::TestCase
end
end
- def test_assert_performed_with_without_bllock_with_global_id_args
+ def test_assert_performed_with_without_block_with_global_id_args
ricardo = Person.new(9)
HelloJob.perform_later(ricardo)
perform_enqueued_jobs