spec/dummy/config/environments/test.rb in esendex-0.5.0 vs spec/dummy/config/environments/test.rb in esendex-0.6.0
- old
+ new
@@ -9,11 +9,10 @@
# Configure static asset server for tests with Cache-Control for performance
# config.serve_static_assets = true
# config.static_cache_control = "public, max-age=3600"
- # Log error messages when you accidentally call methods on nil
- config.whiny_nils = true
+ config.eager_load = false
# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_controller.perform_caching = false