diff config/environments/test.rb @ 195:cb30b72e8ded

Rails 4 deprecated, unused attribs removal.
author Edho Arief <edho@myconan.net>
date Tue, 07 May 2013 23:59:17 +0900
parents 4aa8194a1733
children f513b1ca455a
line wrap: on
line diff
--- a/config/environments/test.rb	Tue May 07 23:56:27 2013 +0900
+++ b/config/environments/test.rb	Tue May 07 23:59:17 2013 +0900
@@ -11,9 +11,6 @@
   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
-
   # Show full error reports and disable caching
   config.consider_all_requests_local       = true
   config.action_controller.perform_caching = false