Load app in test env eagerly to improve test coverage

This commit is contained in:
Grzegorz Bizon 2016-07-21 10:02:52 +02:00
parent e18eddcb20
commit 47db7fd3e2
1 changed files with 1 additions and 1 deletions

View File

@ -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