Skip to content

Commit 9059df9

Browse files
committed
Add ActionDispatch::ServerTiming to the list of middlewares in test
1 parent 54707cb commit 9059df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

railties/test/application/middleware_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def app
3030
"Rack::Sendfile",
3131
"ActionDispatch::Static",
3232
"ActionDispatch::Executor",
33+
"ActionDispatch::ServerTiming",
3334
"ActiveSupport::Cache::Strategy::LocalCache",
3435
"Rack::Runtime",
3536
"Rack::MethodOverride",

0 commit comments

Comments
 (0)