diff config/environments/test.rb @ 50:3f419d621b06

Rename config option. Changed in rails 4.2.
author nanaya <me@myconan.net>
date Thu, 23 Apr 2015 16:30:47 +0900
parents 6267a4188c05
children 257910c60eb3
line wrap: on
line diff
--- a/config/environments/test.rb	Thu Apr 23 16:23:36 2015 +0900
+++ b/config/environments/test.rb	Thu Apr 23 16:30:47 2015 +0900
@@ -13,7 +13,7 @@
   config.eager_load = false
 
   # Configure static asset server for tests with Cache-Control for performance.
-  config.serve_static_assets  = true
+  config.serve_static_files = true
   config.static_cache_control = "public, max-age=3600"
 
   # Show full error reports and disable caching.