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

View file

@ -30,7 +30,7 @@ Rails.application.configure do
# Print deprecation notices to the stderr # Print deprecation notices to the stderr
config.active_support.deprecation = :stderr config.active_support.deprecation = :stderr
config.eager_load = false config.eager_load = true
config.cache_store = :null_store config.cache_store = :null_store