Skip to content

Commit

Permalink
Merge pull request #3375 from arunagw/middleware_test_fix
Browse files Browse the repository at this point in the history
Adding ActionDispatch::RequestId in middleware test
  • Loading branch information
josevalim committed Oct 20, 2011
2 parents 00eb67e + 5c5d5b3 commit ef3e149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/test/application/middleware_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def app
"ActiveSupport::Cache::Strategy::LocalCache",
"Rack::Runtime",
"Rack::MethodOverride",
"ActionDispatch::RequestId",
"Rails::Rack::Logger", # must come after Rack::MethodOverride to properly log overridden methods
"ActionDispatch::ShowExceptions",
"ActionDispatch::RemoteIp",
Expand Down

0 comments on commit ef3e149

Please sign in to comment.