Doc fix added missing quote

This commit is contained in:
Michael H 2018-04-02 17:26:56 -07:00 committed by GitHub
parent 9facd9a903
commit 795ff87837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ module ActionMailer
#
# 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