Adding more tests for helpers
This commit is contained in:
parent
b640f35621
commit
253ab26520
3 changed files with 95 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue