X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bbe1c4aee4e070cb1867d7bdfec9566aacb1466..bd402599f541e3da86036f21d955b6e6fc31185c:/config/environments/test.rb diff --git a/config/environments/test.rb b/config/environments/test.rb index ebbda5836..b0ff645a0 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -14,7 +14,7 @@ OpenStreetMap::Application.configure do # Configure static asset server for tests with Cache-Control for performance. config.serve_static_assets = true - config.static_cache_control = "public, max-age=3600" + config.static_cache_control = 'public, max-age=3600' # Show full error reports and disable caching. config.consider_all_requests_local = true @@ -33,4 +33,7 @@ OpenStreetMap::Application.configure do # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true end