diff options
| author | Joshua Peek <josh@joshpeek.com> | 2009-09-19 12:51:28 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2009-09-19 12:51:28 -0500 |
| commit | 355e2350ca5ce203acfb7f71914339e289b37570 (patch) | |
| tree | c862d1749ddcc5018d6061e6658bbb81951d61f8 | |
| parent | 12b3799448119a2cd5732670ad7e3cc9ce5707d0 (diff) | |
| download | rails-355e2350ca5ce203acfb7f71914339e289b37570.tar.gz rails-355e2350ca5ce203acfb7f71914339e289b37570.tar.bz2 rails-355e2350ca5ce203acfb7f71914339e289b37570.zip | |
All on one base, don't need this
| -rw-r--r-- | actionpack/test/abstract_unit.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index 1aa4dcb741..3bd08e04f7 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -11,8 +11,6 @@ ensure_requirable %w( rack rack/test sqlite3 ) ENV['TMPDIR'] = File.join(File.dirname(__FILE__), 'tmp') -ENV['new_base'] = "true" - require 'test/unit' require 'active_support' require 'active_support/test_case' @@ -192,7 +190,6 @@ module ActionController end end - class SimpleRouteCase < Rack::TestCase setup do ActionController::Routing::Routes.draw do |map| |
