Fix middleware test

This commit is contained in:
wycats
2010-07-27 21:10:08 -07:00
parent fe9d7abb39
commit eff074951e

View File

@@ -34,7 +34,8 @@ module ApplicationTests
"ActionDispatch::Flash",
"ActionDispatch::ParamsParser",
"Rack::MethodOverride",
"ActionDispatch::Head"
"ActionDispatch::Head",
"ActionDispatch::BestStandardsSupport"
], middleware
end