diff options
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/assert_select_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/controller/assert_select_test.rb b/actionpack/test/controller/assert_select_test.rb index 0d48b99425..abeee689f4 100644 --- a/actionpack/test/controller/assert_select_test.rb +++ b/actionpack/test/controller/assert_select_test.rb @@ -10,7 +10,7 @@ require File.dirname(__FILE__) + '/fake_controllers' unless defined?(ActionMailer) begin $:.unshift(File.dirname(__FILE__) + "/../../../actionmailer/lib") - require 'active_mailer' + require 'action_mailer' rescue LoadError require 'rubygems' require_gem 'actionmailer' @@ -497,4 +497,4 @@ EOF @controller.response_with = xml get :xml end -end
\ No newline at end of file +end |