Load app in test env eagerly to improve test coverage
This commit is contained in:
parent
e18eddcb20
commit
47db7fd3e2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Rails.application.configure do
|
|||
# Print deprecation notices to the stderr
|
||||
config.active_support.deprecation = :stderr
|
||||
|
||||
config.eager_load = false
|
||||
config.eager_load = true
|
||||
|
||||
config.cache_store = :null_store
|
||||
|
||||
|
|
Loading…
Reference in a new issue