diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2013-12-09 18:39:30 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-10 12:11:27 +0200 |
commit | 81fc5137ac999cbb7518e17ff58113da16cffac3 (patch) | |
tree | b82f3b866c18a9f86f256bacb10b54e32706e367 /config | |
parent | 475fedc0a7c6bb9af9b15bea208ada33c94524f0 (diff) | |
download | gitlab-ce-81fc5137ac999cbb7518e17ff58113da16cffac3.tar.gz |
Fixed the WhiningNill deprecation fix
Diffstat (limited to 'config')
-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 |