Use "Action Mailer" as canonical name in documentation [ci skip]

See also:
3a297f8db7 (commitcomment-6451708)
This commit is contained in:
Zachary Scott 2014-05-26 16:38:44 -07:00
parent 3a297f8db7
commit 02d048d926
1 changed files with 1 additions and 1 deletions

View File

@ -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.