mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add description of ActionMailer::TestHelper module [ci skip]
This commit is contained in:
parent
9a6ed04914
commit
3a297f8db7
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
module ActionMailer
|
||||
# Provides helper methods for testing ActionMailer, 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