aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/test_helper.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-01-17 04:05:52 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-01-17 04:05:52 +0900
commit050018d48e2c94a36cb0ec61288b1c5519059d36 (patch)
tree1dfcdc471c47862d8ab81d6700bf34ac3784ac04 /activejob/lib/active_job/test_helper.rb
parent50dabf9198da41ef89722e0120bda4cca848f7aa (diff)
downloadrails-050018d48e2c94a36cb0ec61288b1c5519059d36.tar.gz
rails-050018d48e2c94a36cb0ec61288b1c5519059d36.tar.bz2
rails-050018d48e2c94a36cb0ec61288b1c5519059d36.zip
s/perfomed/performed/
[ci skip]
Diffstat (limited to 'activejob/lib/active_job/test_helper.rb')
-rw-r--r--activejob/lib/active_job/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/test_helper.rb b/activejob/lib/active_job/test_helper.rb
index d01795f0c5..2182427375 100644
--- a/activejob/lib/active_job/test_helper.rb
+++ b/activejob/lib/active_job/test_helper.rb
@@ -284,7 +284,7 @@ module ActiveJob
# def test_perform_enqueued_jobs_with_only
# perform_enqueued_jobs(only: MyJob) do
# MyJob.perform_later(1, 2, 3) # will be performed
- # HelloJob.perform_later(1, 2, 3) # will not be perfomed
+ # HelloJob.perform_later(1, 2, 3) # will not be performed
# end
# assert_performed_jobs 1
# end