1
0
Fork 0
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:
Zachary Scott 2014-05-26 16:34:16 -07:00
parent 9a6ed04914
commit 3a297f8db7

View file

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