mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use "Action Mailer" as canonical name in documentation [ci skip]
See also:
3a297f8db7 (commitcomment-6451708)
This commit is contained in:
parent
3a297f8db7
commit
02d048d926
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module ActionMailer
|
||||
# Provides helper methods for testing ActionMailer, including #assert_emails
|
||||
# Provides helper methods for testing Action Mailer, including #assert_emails
|
||||
# and #assert_no_emails
|
||||
module TestHelper
|
||||
# Asserts that the number of emails sent matches the given number.
|
||||
|
|
Loading…
Reference in a new issue