aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-08 21:55:46 +0900
committerKazuhiro Sera <seratch@gmail.com>2018-08-08 21:55:46 +0900
commit52919f3d136b9cfb9876f7e5f890118cfb6b6195 (patch)
treec9991eccd8fbfb777a0bbef2098caa2960cc9094 /actionmailer
parenta6e86dd2a86a89b7775e27a2f0e728cb6afd1513 (diff)
downloadrails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.tar.gz
rails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.tar.bz2
rails-52919f3d136b9cfb9876f7e5f890118cfb6b6195.zip
Fix the obvious typos detected by github.com/client9/misspell
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/test/test_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/test_helper_test.rb b/actionmailer/test/test_helper_test.rb
index dcea23aabb..d31170706b 100644
--- a/actionmailer/test/test_helper_test.rb
+++ b/actionmailer/test/test_helper_test.rb
@@ -290,7 +290,7 @@ class TestHelperMailerTest < ActionMailer::TestCase
end
end
- def test_assert_enqueued_email_with_with_no_block_wiht_parameterized_args
+ def test_assert_enqueued_email_with_with_no_block_with_parameterized_args
assert_nothing_raised do
silence_stream($stdout) do
TestHelperMailer.with(all: "good").test_parameter_args.deliver_later