summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2013-12-09 18:39:30 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 12:11:27 +0200
commit81fc5137ac999cbb7518e17ff58113da16cffac3 (patch)
treeb82f3b866c18a9f86f256bacb10b54e32706e367 /config/environments
parent475fedc0a7c6bb9af9b15bea208ada33c94524f0 (diff)
downloadgitlab-ce-81fc5137ac999cbb7518e17ff58113da16cffac3.tar.gz
Fixed the WhiningNill deprecation fix
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb3
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