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:
parent
9facd9a903
commit
795ff87837
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue