From 02d048d9262432fd866fd4b4b59a754770cd9596 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 26 May 2014 16:38:44 -0700 Subject: [PATCH] Use "Action Mailer" as canonical name in documentation [ci skip] See also: https://github.com/rails/rails/commit/3a297f8db75b172882bb3c2f9440d0c7365b8b11#commitcomment-6451708 --- actionmailer/lib/action_mailer/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionmailer/lib/action_mailer/test_helper.rb b/actionmailer/lib/action_mailer/test_helper.rb index 87d12ec2c7..06da0dd27e 100644 --- a/actionmailer/lib/action_mailer/test_helper.rb +++ b/actionmailer/lib/action_mailer/test_helper.rb @@ -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.