Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use autoload instead of explicit requires for ActionMailer | Joshua Peek | 2008-11-23 | 1 | -1/+1 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -22/+14 |
* | Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos... | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+14 |
* | mailer_class is a class method not an instance method. [josh] Closes #10041 | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+59 |