aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-05-20 16:23:55 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-05-20 16:23:55 -0700
commit205cfe2163d9eb6ee801a23f550e960136b5680e (patch)
treee3771a7e961b15fe6bb5f95af0478cb5bf138949 /actionpack/Rakefile
parentc86ec82cf63938f691c9ae4f5a4d72bea9e8a9c7 (diff)
downloadrails-205cfe2163d9eb6ee801a23f550e960136b5680e.tar.gz
rails-205cfe2163d9eb6ee801a23f550e960136b5680e.tar.bz2
rails-205cfe2163d9eb6ee801a23f550e960136b5680e.zip
Massage setup for old tests on new base
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index f1f407c008..af14e592c0 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -57,8 +57,7 @@ end
desc 'Old Controller Tests on New Base'
Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
- ENV['new_base'] = "true"
- t.libs << "test"
+ t.libs << "test/new_base" << "test"
# content_type mime_responds layout
t.test_files = %w(
addresses_render base benchmark caching capture dispatcher record_identifier