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
Robin Dupret a548e2ba16 Make test:isolated run without bundler for Action Mailer
Action Mailer tests weren't able to run in isolation without the bundle
exec prefix since we were requiring gems before requiring abstract_unit.

We don't need the `gem` call thus and the require_relative since the
test directory should be present in the load path when we run any test.
2014-08-29 12:41:37 +02:00
..
fixtures add test coverage for the action mailer 2014-07-04 15:55:33 +01:00
mailers Added ActionMailer::DeliverLater 2014-08-13 11:36:32 +00:00
abstract_unit.rb Remove global helpers from the ActionMailer test suite. 2014-08-19 23:53:19 -03:00
assert_select_email_test.rb Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! 2014-08-20 17:48:34 +03:00
asset_host_test.rb Remove global helpers from the ActionMailer test suite. 2014-08-19 23:53:19 -03:00
base_test.rb Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! 2014-08-20 17:48:34 +03:00
delivery_methods_test.rb Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! 2014-08-20 17:48:34 +03:00
i18n_with_controller_test.rb Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! 2014-08-20 17:48:34 +03:00
log_subscriber_test.rb Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! 2014-08-20 17:48:34 +03:00
mail_helper_test.rb
mail_layout_test.rb Remove unnecessary setup and teardown. 2014-05-13 15:03:53 +08:00
message_delivery_test.rb Make test:isolated run without bundler for Action Mailer 2014-08-29 12:41:37 +02:00
test_helper_test.rb Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! 2014-08-20 17:48:34 +03:00
test_test.rb
url_test.rb Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! 2014-08-20 17:48:34 +03:00