OSDN Git Service

Fixed the WhiningNill deprecation fix
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Mon, 9 Dec 2013 17:39:30 +0000 (18:39 +0100)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 10 Dec 2013 10:11:27 +0000 (12:11 +0200)
config/environments/test.rb

index 2f135b6..3860dc5 100644 (file)
@@ -11,9 +11,6 @@ Gitlab::Application.configure do
   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