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/fixtures
John Hawthorn 4e6c8045c3 Add test and change how format set in ActionMailer
Previously this used self.formats= to set the format which render would
use to find templates. This worked, but was untested, and looked a
little confusing because it was doing the mutation within a loop.

This commit replaces the assignment with passing formats: [format] into
the render call, which makes it more obvious that that's the purpose of
the format. It also adds a test to verify the formats being used.
2019-03-01 14:07:59 -08:00
..
anonymous
another.path/base_mailer
asset_host_mailer
asset_mailer
attachments
auto_layout_mailer
base_mailer Add test and change how format set in ActionMailer 2019-03-01 14:07:59 -08:00
base_test
caching_mailer Expand on Action Mailer Fragment caching tests 2016-04-17 23:16:09 +05:30
explicit_layout_mailer
i18n_test_mailer
layouts
mail_delivery_test/delivery_mailer
nested_layout_mailer
proc_mailer
templates
test_helper_mailer
url_test_mailer let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman] 2014-11-24 14:33:50 -08:00
raw_email