From af61b9cdae52947c816c7452d796304463ab0a89 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 3 Sep 2006 23:17:13 +0000 Subject: action git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4949 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/assert_select_test.rb | 4 ++-- 1 file 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 -- cgit v1.2.3