aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* Add missing punctuation mark to all ActionMailer docs [ci skip]amitkumarsuroliya2015-09-281-1/+1
* `assert_emails` in block form use the given number as expected valueyuuji.yaginuma2015-05-091-1/+1
* Add assert_enqueued_emails and assert_no_enqueued_emailsGeorge Claghorn2015-01-081-0/+51
* Updated rdoc / guides / release notes related to ActiveJob / ActionMailerCristian Bica2014-08-201-6/+6
* Use "Action Mailer" as canonical name in documentation [ci skip]Zachary Scott2014-05-261-1/+1
* Add description of ActionMailer::TestHelper module [ci skip]Zachary Scott2014-05-261-0/+2
* deliver_ is an old APIAkira Matsuda2013-01-041-6/+6
* update ActionMailer documentation [ci skip]Francesco Rodriguez2012-09-171-1/+2
* remove unnecessary AS::Concern usageSergey Nartimov2012-01-221-2/+0
* Move ActionMailer::TC to AV::TC::BehaviorDavid Chelimsky2010-06-121-8/+2
* Handle some TODOs and deprecations.José Valim and Mikel Lindsaar2010-01-241-1/+0
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-0/+1
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-051-0/+67