Fix deprecation warning in test environment

This commit is contained in:
Lars Henrik Mai 2016-02-17 20:56:26 +01:00
parent 9d1ab75015
commit a82b1bd1b7

View file

@ -13,7 +13,7 @@ Rails.application.configure do
config.eager_load = false config.eager_load = false
# Configure static asset server for tests with Cache-Control for performance. # 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' config.static_cache_control = 'public, max-age=3600'
# Show full error reports and disable caching. # Show full error reports and disable caching.