diff config/environments/test.rb @ 19:157f7fd136fc

Double quotes everywhere.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:11:19 +0900
parents 7362277d416d
children 6267a4188c05
line wrap: on
line diff
--- a/config/environments/test.rb	Fri Sep 05 23:10:53 2014 +0900
+++ b/config/environments/test.rb	Fri Sep 05 23:11:19 2014 +0900
@@ -14,7 +14,7 @@
 
   # 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