aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/dispatch/routing_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/dispatch/routing_test.rb b/actionpack/test/dispatch/routing_test.rb
index 51b5e9cf07..a427113763 100644
--- a/actionpack/test/dispatch/routing_test.rb
+++ b/actionpack/test/dispatch/routing_test.rb
@@ -3389,9 +3389,6 @@ class TestAltApp < ActionDispatch::IntegrationTest
def x_header
@env["HTTP_X_HEADER"] || ""
end
-
- def reset_parameters
- end
end
class XHeader