0
0
Fork 0

Adding more tests for helpers

This commit is contained in:
Eugen Rochko 2016-03-20 13:50:22 +01:00
parent b640f35621
commit 253ab26520
3 changed files with 95 additions and 26 deletions

View file

@ -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