Skip to content

Commit

Permalink
Doc fix added missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael H committed Apr 3, 2018
1 parent 9facd9a commit 795ff87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/test_helper.rb
Expand Up @@ -119,7 +119,7 @@ def assert_enqueued_emails(number, &block)
#
# def test_parameterized_email
# assert_enqueued_email_with ContactMailer, :welcome,
# args: {email: 'user@example.com} do
# args: {email: 'user@example.com'} do
# ContactMailer.with(email: 'user@example.com').welcome.deliver_later
# end
# end
Expand Down

0 comments on commit 795ff87

Please sign in to comment.