]> git.openstreetmap.org Git - rails.git/blobdiff - config/environments/test.rb
Standardise on double quoted strings
[rails.git] / config / environments / test.rb
index 3c8b55457a463302b10910280370ef9afe95d12a..06bda1839f8752194aaf9774738e3a14aeab82a8 100644 (file)
@@ -14,7 +14,7 @@ OpenStreetMap::Application.configure do
 
   # Configure static file server for tests with Cache-Control for performance.
   config.serve_static_files   = 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