aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 11:59:28 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 11:59:28 -0700
commit5314abed182450dbdcc25ebe601a2bbdf4cb926f (patch)
tree83d98fc8fa038ca525aecf4c4d293ae678ff2e99 /actionpack/Rakefile
parent80d1e2778860d1825d749aad274e70e0ea810bc6 (diff)
downloadrails-5314abed182450dbdcc25ebe601a2bbdf4cb926f.tar.gz
rails-5314abed182450dbdcc25ebe601a2bbdf4cb926f.tar.bz2
rails-5314abed182450dbdcc25ebe601a2bbdf4cb926f.zip
Keep ActionMailer using the old layouts code until it gets refactored.
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 53387d305c..142c72ce6b 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -22,7 +22,7 @@ task :default => [ :test ]
# Run the unit tests
desc "Run all unit tests"
-task :test => [:test_action_pack, :test_active_record_integration, :test_new_base, :test_new_base_on_old_tests]
+task :test => [:test_action_pack, :test_active_record_integration, :test_new_base]
test_lib_dirs = ENV["NEW"] ? ["test/new_base"] : []
test_lib_dirs.push "test", "test/lib"