mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing configuration to middleware test
This commit is contained in:
parent
9059df9f03
commit
5aa6083335
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ module ApplicationTests
|
|||
test "default middleware stack when requests are local" do
|
||||
add_to_config "config.consider_all_requests_local = true"
|
||||
add_to_config "config.active_record.migration_error = :page_load"
|
||||
add_to_config "config.server_timing = true"
|
||||
|
||||
boot!
|
||||
|
||||
|
|
Loading…
Reference in a new issue