When I run the tests (using rails 4.2) I get the following warnings:
config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:
* development - set it to false
* test - set it to false (unless you use a tool that preloads your test environment)
* production - set it to true
To get rid of those, I've set eager_load to the default values specified.
When I run the tests (using rails 4.2) I get the following warnings:
To get rid of those, I've set eager_load to the default values specified.