aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/test_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-3/+3
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-291-4/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-12/+12
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* Moved test of QP into mailMikel Lindsaar2010-04-111-4/+0
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...Mikel Lindsaar2010-04-111-1/+1
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-241-12/+12
* Migrated over to Mail doing delivery.Mikel Lindsaar2010-01-161-1/+1
* Updating to Mail 1.5.0, including default values for all Message#field_name m...Mikel Lindsaar2010-01-021-2/+2
* Getting rid of some warnings in AM suite.José Valim2009-12-271-3/+3
* 131 tests, 309 assertions, 0 failures, 0 errorsMikel Lindsaar2009-11-221-4/+4
* Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-2/+2
* Make tests run without deprecation warning (just one left).José Valim2009-11-011-1/+3
* abstract all of the ActionMailer delivery methods into their own classes. the...Matthew Rudy Jacobs2009-11-011-1/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-4/+4
* Fixed RFC-2045 quoted-printable bug [#1421 state:committed]Alexey Mahotkin2008-11-201-1/+1
* Ruby 1.9 compat: check for minitest's assertion alsoJeremy Kemper2008-11-081-3/+3
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-8/+2
* 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