From ec9c237acc1f140df464e824d9e28c78c96837e7 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 24 Aug 2015 14:21:27 -0700 Subject: [PATCH] rm useless method superclass already has this method, so remove this one --- actionpack/lib/action_controller/test_case.rb | 4 ---- 1 file changed, 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 @@ def query_string=(string) 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 -- GitLab