diff options
Diffstat (limited to 'actionpack/lib/action_controller/metal')
| -rw-r--r-- | actionpack/lib/action_controller/metal/testing.rb | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/lib/action_controller/metal/testing.rb b/actionpack/lib/action_controller/metal/testing.rb index 4b570ba8e1..b2b3b4283f 100644 --- a/actionpack/lib/action_controller/metal/testing.rb +++ b/actionpack/lib/action_controller/metal/testing.rb @@ -2,11 +2,6 @@ module ActionController    module Testing      extend ActiveSupport::Concern -    # TODO : Rewrite tests using controller.headers= to use Rack env -    def headers=(new_headers) -      @_response.headers.replace(new_headers) -    end -      # Behavior specific to functional tests      module Functional # :nodoc:        def set_response!(request)  | 
