X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dc2a2c8ebd1a11e4a64555fda22c6859a51defff..2357118c460e4a2d367e4a446a0f3e883d251415:/config/environments/test.rb diff --git a/config/environments/test.rb b/config/environments/test.rb index 06bda1839..f46617c71 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -38,5 +38,5 @@ OpenStreetMap::Application.configure do config.active_support.deprecation = :stderr # Raises error for missing translations - # config.action_view.raise_on_missing_translations = true + config.action_view.raise_on_missing_translations = true end