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
Carlhuda 24ab5665b2 Revert "Fix test load paths for those not using bundler"
This reverts commit eec2d301d4.

This commit broke tests. You cannot have a file called "bundler" on the load path.
2010-02-23 17:31:17 -08:00
..
fixtures Add a failing test case for render :layout 2010-01-29 17:51:05 +01:00
old_base Use ActionDispatch::Routing everywhere 2010-02-21 13:43:51 -08:00
abstract_unit.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
base_test.rb Adding options to register observers and interceptors through ActionMailer::Base.register_observer and ActionMailer::Base.register_interceptor. These hook into Mail.register_interceptor and Mail.register_observer. Also bumped Mail requirement to 2.1.3 2010-02-22 09:15:48 +01:00
delivery_methods_test.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
log_subscriber_test.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
mail_helper_test.rb Add tests to mail helper. 2010-01-24 19:52:50 +01:00
quoting_test.rb Updating to Mail 1.5.0, including default values for all Message#field_name methods, can access field objects by calling Message#[:field_name] 2010-01-02 22:39:00 -08:00
test_helper_test.rb Add new class delivery method API. 2010-01-24 17:31:18 +01:00