diff options
author | T.J. Schuck <tj@tjschuck.com> | 2018-04-02 19:55:08 -0400 |
---|---|---|
committer | T.J. Schuck <tj@tjschuck.com> | 2018-04-02 19:55:08 -0400 |
commit | 0ef8221910da7552ffff72969de7a720b0e28ddf (patch) | |
tree | d4069a45e6db44f7f9d017c77e7948977cff77c8 /actionmailer | |
parent | 9facd9a9039d9f9697c78ddb57c6685cb27e78ea (diff) | |
download | rails-0ef8221910da7552ffff72969de7a720b0e28ddf.tar.gz rails-0ef8221910da7552ffff72969de7a720b0e28ddf.tar.bz2 rails-0ef8221910da7552ffff72969de7a720b0e28ddf.zip |
Small doc fixes
[ci skip]
Diffstat (limited to 'actionmailer')
-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 e9ddef3b94..ace43cca26 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, |