aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-09-18 15:36:55 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-09-18 15:36:55 -0700
commit38d2bf5fd1f3e014f2397898d371c339baa627b1 (patch)
treedeb693f38ee9b8e1892d813d0a0e3eb35f20aa28 /railties/test
parenta9334616120cffb560017e6a563ad401e425602b (diff)
downloadrails-38d2bf5fd1f3e014f2397898d371c339baa627b1.tar.gz
rails-38d2bf5fd1f3e014f2397898d371c339baa627b1.tar.bz2
rails-38d2bf5fd1f3e014f2397898d371c339baa627b1.zip
mostly remove the ParamsParser middleware
This can still be added to the middleware stack, but is really not necessary. I'll follow up with a commit that deprecates the constant
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/application/middleware_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/test/application/middleware_test.rb b/railties/test/application/middleware_test.rb
index d298e8d632..138c63266e 100644
--- a/railties/test/application/middleware_test.rb
+++ b/railties/test/application/middleware_test.rb
@@ -43,7 +43,6 @@ module ApplicationTests
"ActionDispatch::Cookies",
"ActionDispatch::Session::CookieStore",
"ActionDispatch::Flash",
- "ActionDispatch::ParamsParser",
"Rack::Head",
"Rack::ConditionalGet",
"Rack::ETag"
@@ -70,7 +69,6 @@ module ApplicationTests
"ActionDispatch::Callbacks",
"ActiveRecord::ConnectionAdapters::ConnectionManagement",
"ActiveRecord::QueryCache",
- "ActionDispatch::ParamsParser",
"Rack::Head",
"Rack::ConditionalGet",
"Rack::ETag"