Skip to content
Snippets Groups Projects
Commit 47db7fd3 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Load app in test env eagerly to improve test coverage

parent e18eddcb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment