BigW Consortium Gitlab

Commit 47db7fd3 by Grzegorz Bizon

Load app in test env eagerly to improve test coverage

parent e18eddcb
...@@ -30,7 +30,7 @@ Rails.application.configure do ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment