aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | See also: https://github.com/rails/rails/commit/3a297f8db75b172882bb3c2f9440d0c7365b8b11#commitcomment-6451708
* 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
| | | | | | [#4843 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵Jeremy Kemper2006-11-051-0/+67
delivered. Closes #6479. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de