aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-04-29 17:50:11 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-01 17:31:02 -0700
commitd58b57a3caf4ad434c2be4f63eecd9a1921c7c4a (patch)
tree9a014c7443ae6fe4e6f780e291f328501baa9780 /actionpack/test
parentb98e496c039b7bde4a2de9c02809e0b4ee0679ae (diff)
downloadrails-d58b57a3caf4ad434c2be4f63eecd9a1921c7c4a.tar.gz
rails-d58b57a3caf4ad434c2be4f63eecd9a1921c7c4a.tar.bz2
rails-d58b57a3caf4ad434c2be4f63eecd9a1921c7c4a.zip
Move ContentType inline for now.
Trying to avoid premature proliferation of modules.
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/new_base/test_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/new_base/test_helper.rb b/actionpack/test/new_base/test_helper.rb
index d41c7283b7..03af5a66a6 100644
--- a/actionpack/test/new_base/test_helper.rb
+++ b/actionpack/test/new_base/test_helper.rb
@@ -42,7 +42,6 @@ module ActionController
use ActionController::UrlFor
use ActionController::Renderer
use ActionController::Layouts
- use ActionController::ContentType
def self.inherited(klass)
::ActionController::Base2.subclasses << klass.to_s