diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-10-20 12:59:27 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-10-20 12:59:27 +0530 |
commit | 5c5d5b3d2510d20998eafdd87a4458e0406e1690 (patch) | |
tree | 861374dd425ceaa2611fa15cc52c4b9a468a8d54 | |
parent | 4e9729df3f03ee16445082b7d386ee14b4370461 (diff) | |
download | rails-5c5d5b3d2510d20998eafdd87a4458e0406e1690.tar.gz rails-5c5d5b3d2510d20998eafdd87a4458e0406e1690.tar.bz2 rails-5c5d5b3d2510d20998eafdd87a4458e0406e1690.zip |
Adding ActionDispatch::RequestId in middleware test
-rw-r--r-- | railties/test/application/middleware_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/application/middleware_test.rb b/railties/test/application/middleware_test.rb index 093cb6ca2a..4703a59326 100644 --- a/railties/test/application/middleware_test.rb +++ b/railties/test/application/middleware_test.rb @@ -30,6 +30,7 @@ module ApplicationTests "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", |