diff options
-rw-r--r-- | config/environments/test.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 2f135b6e149..3860dc5c74c 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -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 |