diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-20 13:50:22 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-20 13:50:22 +0100 |
commit | 253ab265207c4e556470e4aa45fc502a5c9480ad (patch) | |
tree | 7a467d1a64dc2723092e89e3ccfb62dbc97fe6a6 /config/environments | |
parent | b640f35621b419ae9b9e621e00a8a055068ce2f4 (diff) |
Adding more tests for helpers
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |