1
0
Fork 0
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:
Zachary Scott 2014-05-26 16:38:44 -07:00
parent 3a297f8db7
commit 02d048d926

View file

@ -1,5 +1,5 @@
module ActionMailer 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 # and #assert_no_emails
module TestHelper module TestHelper
# Asserts that the number of emails sent matches the given number. # Asserts that the number of emails sent matches the given number.