From 253ab265207c4e556470e4aa45fc502a5c9480ad Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 20 Mar 2016 13:50:22 +0100 Subject: Adding more tests for helpers --- config/environments/test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/environments') diff --git a/config/environments/test.rb b/config/environments/test.rb index 1c19f08b2..1ef379f40 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -15,6 +15,7 @@ Rails.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.assets.digest = false # Show full error reports and disable caching. config.consider_all_requests_local = true -- cgit