1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/test
Yves Senn b8120ab14d Raise an exception when attachments are added after mail was called.
Closes #16163

Adding attachments after a call to `mail` will result in invalid emails.
This is related to the fact, that `mail` is making the required preparations
before the email is ready to be sent. These change depending on your
added attachments.
2014-07-29 09:24:06 +02:00
..
fixtures add test coverage for the action mailer 2014-07-04 15:55:33 +01:00
mailers Ruby's new Hash syntax applied in actionmailer 2013-11-14 13:41:37 +05:30
abstract_unit.rb Stop requiring mocha automatically 2014-07-19 17:35:12 -03:00
asset_host_test.rb add test coverage for the action mailer 2014-07-04 15:55:33 +01:00
base_test.rb Raise an exception when attachments are added after mail was called. 2014-07-29 09:24:06 +02:00
delivery_methods_test.rb add test coverage for the action mailer 2014-07-04 15:55:33 +01:00
i18n_with_controller_test.rb test i18n against a routed app 2014-07-07 15:08:12 -07:00
log_subscriber_test.rb A minor stylistic fix and cleanup of mail deliveries. 2014-05-13 13:01:14 +08:00
mail_helper_test.rb Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04:00
mail_layout_test.rb Remove unnecessary setup and teardown. 2014-05-13 15:03:53 +08:00
test_helper_test.rb add test coverage for the action mailer 2014-07-04 15:55:33 +01:00
test_test.rb Remove unneeded tests 2012-12-31 13:57:24 -03:00
url_test.rb Refactored to remove unnecessary setup 2013-03-30 13:16:31 +05:30