Commit 81fc5137ac999cbb7518e17ff58113da16cffac3

Authored by Jeroen van Baarsen
Committed by Dmitriy Zaporozhets
1 parent 475fedc0

Fixed the WhiningNill deprecation fix

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
config/environments/test.rb
... ... @@ -11,9 +11,6 @@ Gitlab::Application.configure do
11 11 config.serve_static_assets = true
12 12 config.static_cache_control = "public, max-age=3600"
13 13  
14   - # Log error messages when you accidentally call methods on nil
15   - config.whiny_nils = true
16   -
17 14 # Show full error reports and disable caching
18 15 config.consider_all_requests_local = true
19 16 config.action_controller.perform_caching = false
... ...