aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-20 16:52:56 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-20 16:54:21 -0700
commitc4a6109286909c394e8c5bfc471a1eb9de245d2b (patch)
treec6801a160133bdee57c19b64625964dba266c943 /actionpack/test/abstract_unit.rb
parent8e7a87d299483fce6af3be89e50deae43055a96f (diff)
downloadrails-c4a6109286909c394e8c5bfc471a1eb9de245d2b.tar.gz
rails-c4a6109286909c394e8c5bfc471a1eb9de245d2b.tar.bz2
rails-c4a6109286909c394e8c5bfc471a1eb9de245d2b.zip
Got controller/mime_responds_test.rb running on the new base
Diffstat (limited to 'actionpack/test/abstract_unit.rb')
-rw-r--r--actionpack/test/abstract_unit.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb
index f6f62bcf83..5ae54d097a 100644
--- a/actionpack/test/abstract_unit.rb
+++ b/actionpack/test/abstract_unit.rb
@@ -23,6 +23,8 @@ require 'action_controller'
require 'action_controller/testing/process'
require 'action_view/test_case'
+$tags[:old_base] = true
+
# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true