1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/lib
Ricardo Díaz 64a9759aff Include test helpers when ActionDispatch::IntegrationTest is loaded
As @dhh brings up, the point of `ActionDispatch::IntegrationTest` is to
allow users to test the integration of all the pieces called by a
controller. Asserting about the emails and jobs queued is part of that
task.

This commit includes the `ActionMailer::TestHelper` and
`ActiveJob::TestHelper` modules when the ActionMailer and ActiveJob
railties are initialized respectively.
2018-09-12 16:58:14 -05:00
..
action_mailer Include test helpers when ActionDispatch::IntegrationTest is loaded 2018-09-12 16:58:14 -05:00
rails/generators/mailer Strip duplicated suffixes more strictly 2018-04-22 14:30:07 +09:00
action_mailer.rb Eager autoload mail gem when eager load is true (#32808) 2018-05-23 16:50:36 -04:00