Adding more tests for helpers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user