From 0ef8221910da7552ffff72969de7a720b0e28ddf Mon Sep 17 00:00:00 2001 From: "T.J. Schuck" Date: Mon, 2 Apr 2018 19:55:08 -0400 Subject: Small doc fixes [ci skip] --- actionmailer/lib/action_mailer/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer') 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, -- cgit v1.2.3