spec/dummy/config/environments/test.rb in private_person-0.2.4 vs spec/dummy/config/environments/test.rb in private_person-0.2.9
- old
+ new
@@ -9,11 +9,11 @@
# 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
+ # Do not eager load code on boot.
+ config.eager_load = false
# Show full error reports and disable caching
config.consider_all_requests_local = true
# Raise exception on mass assignment protection for Active Record models