1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -119,7 +119,7 @@ module ActionMailer
# #
# def test_parameterized_email # def test_parameterized_email
# assert_enqueued_email_with ContactMailer, :welcome, # 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 # ContactMailer.with(email: 'user@example.com').welcome.deliver_later
# end # end
# end # end