diff options
Diffstat (limited to 'actionpack/lib/action_controller/test_case.rb')
-rw-r--r-- | actionpack/lib/action_controller/test_case.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index d14483dc72..9ac2339789 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -39,10 +39,6 @@ module ActionController set_header Rack::QUERY_STRING, string end - def request_parameters=(params) - set_header "action_dispatch.request.request_parameters", params - end - def content_type=(type) set_header 'CONTENT_TYPE', type end |