diff options
Diffstat (limited to 'railties/environments/test.rb')
-rw-r--r-- | railties/environments/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/test.rb b/railties/environments/test.rb index 6a4cddbd25..f0689b924b 100644 --- a/railties/environments/test.rb +++ b/railties/environments/test.rb @@ -7,7 +7,7 @@ config.cache_classes = true # Log error messages when you accidentally call methods on nil. -config.whiny_nils = true +config.whiny_nils = true # Show full error reports and disable caching config.action_controller.consider_all_requests_local = true |