aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/test_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-0/+18
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-5/+30
* Increase mail delivery test coverage. Closes #8692.Jeremy Kemper2007-06-201-0/+13
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-051-0/+79