diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-04-03 11:58:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 11:58:53 +0900 |
commit | 41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9 (patch) | |
tree | f335b4e15a01681e76c6beee5ab4adf70c6ea654 /actionmailer/lib/action_mailer | |
parent | 7313f89218ac0977f29862c41d078e59ebdc3870 (diff) | |
parent | 0ef8221910da7552ffff72969de7a720b0e28ddf (diff) | |
download | rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.tar.gz rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.tar.bz2 rails-41e9a671d6fbb7ed7f98ef1b6b46ee4ac3db27a9.zip |
Merge pull request #32427 from tjschuck/small_doc_fixes
Small doc fixes
[ci skip]
Diffstat (limited to 'actionmailer/lib/action_mailer')
-rw-r--r-- | actionmailer/lib/action_mailer/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/test_helper.rb b/actionmailer/lib/action_mailer/test_helper.rb index 3b52a08723..6906472660 100644 --- a/actionmailer/lib/action_mailer/test_helper.rb +++ b/actionmailer/lib/action_mailer/test_helper.rb @@ -115,7 +115,7 @@ module ActionMailer # end # end # - # If `args` is provided as a Hash, a parameterized email is matched. + # If +args+ is provided as a Hash, a parameterized email is matched. # # def test_parameterized_email # assert_enqueued_email_with ContactMailer, :welcome, |