aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/header_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/header_test.rb')
-rw-r--r--actionpack/test/controller/header_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/header_test.rb b/actionpack/test/controller/header_test.rb
index 33c14a187c..4f13ea00be 100644
--- a/actionpack/test/controller/header_test.rb
+++ b/actionpack/test/controller/header_test.rb
@@ -2,7 +2,7 @@ require 'abstract_unit'
class HeaderTest < Test::Unit::TestCase
def setup
- @headers = ActionController::Http::Headers.new("HTTP_CONTENT_TYPE"=>"text/plain")
+ @headers = ActionDispatch::Http::Headers.new("HTTP_CONTENT_TYPE"=>"text/plain")
end
def test_content_type_works