aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
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/test/abstract_unit.rb
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/test/abstract_unit.rb')
-rw-r--r--actionpack/test/abstract_unit.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb
index 7982f06545..f6f62bcf83 100644
--- a/actionpack/test/abstract_unit.rb
+++ b/actionpack/test/abstract_unit.rb
@@ -1,6 +1,3 @@
-if ENV["new_base"]
- require "abstract_unit2"
-else
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
$:.unshift(File.dirname(__FILE__) + '/fixtures/helpers')
@@ -41,4 +38,3 @@ ORIGINAL_LOCALES = I18n.available_locales.map {|locale| locale.to_s }.sort
FIXTURE_LOAD_PATH = File.join(File.dirname(__FILE__), 'fixtures')
ActionController::Base.view_paths = FIXTURE_LOAD_PATH
-end \ No newline at end of file