aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/config/environments/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/config/environments/test.rb')
-rw-r--r--guides/code/getting_started/config/environments/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/config/environments/test.rb b/guides/code/getting_started/config/environments/test.rb
index 00adaa5015..34ab1530d1 100644
--- a/guides/code/getting_started/config/environments/test.rb
+++ b/guides/code/getting_started/config/environments/test.rb
@@ -14,7 +14,7 @@ Blog::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