mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix middleware test
This commit is contained in:
@@ -34,7 +34,8 @@ module ApplicationTests
|
||||
"ActionDispatch::Flash",
|
||||
"ActionDispatch::ParamsParser",
|
||||
"Rack::MethodOverride",
|
||||
"ActionDispatch::Head"
|
||||
"ActionDispatch::Head",
|
||||
"ActionDispatch::BestStandardsSupport"
|
||||
], middleware
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user