]> git.openstreetmap.org Git - rails.git/blobdiff - config/environments/test.rb
Update to rails 4.1.1
[rails.git] / config / environments / test.rb
index ebbda583634ad7b3c1694f188a9b41b14f2c3e2f..b0ff645a0195d9813dbc3139a0ae658f29fbfa94 100644 (file)
@@ -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