aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-1/+1
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-22/+14
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-1/+14
* mailer_class is a class method not an instance method. [josh] Closes #10041Michael Koziarski2007-11-211-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+59