test/dummy/config/environments/test.rb in webhookr-0.0.2 vs test/dummy/config/environments/test.rb in webhookr-0.1.0

- 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 + # Rails 4.0 + config.eager_load = false # Show full error reports and disable caching config.consider_all_requests_local = true config.action_controller.perform_caching = false