rails--rails/actionmailer/test
Michael Koziarski 2cc0cac3ef Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8022 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-26 02:21:21 +00:00
..
fixtures Missed mailer adds. 2007-10-16 05:05:03 +00:00
abstract_unit.rb Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. 2007-10-26 02:21:21 +00:00
mail_helper_test.rb Add assert_emails and assert_no_emails to test the number of emails delivered. Closes #6479. 2006-11-05 21:56:18 +00:00
mail_render_test.rb Fix silent failure of rxml templates. Closes #9879. 2007-10-15 20:30:48 +00:00
mail_service_test.rb Improved test coverage (closes #7571) [joost] 2007-09-22 17:32:39 +00:00
quoting_test.rb Set default charset of MTAs to ISO instead of us-ascii (unless reported otherwise) 2007-10-09 13:34:51 +00:00
test_helper_test.rb Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. 2007-10-26 02:21:21 +00:00
tmail_test.rb Fix attachment decoding when using the TMail C extension. Closes #7861. 2007-09-14 05:30:52 +00:00
url_test.rb Disable the routing optimisation code when dealing with foo_url helpers. Add test to actionmailer to expose the problem they introduced. References #9450 [Koz] 2007-09-22 19:20:06 +00:00