summaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-20 13:50:22 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-20 13:50:22 +0100
commit253ab265207c4e556470e4aa45fc502a5c9480ad (patch)
tree7a467d1a64dc2723092e89e3ccfb62dbc97fe6a6 /config/environments
parentb640f35621b419ae9b9e621e00a8a055068ce2f4 (diff)
Adding more tests for helpersv0.1.2
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index 1c19f08b283..1ef379f40d6 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