mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Cleaned scaffold tests and set up fixtures needed for now.
This commit is contained in:
@@ -13,7 +13,7 @@ Wrestling::Application.configure do
|
||||
config.eager_load = false
|
||||
|
||||
# Configure static asset server for tests with Cache-Control for performance.
|
||||
config.serve_static_assets = true
|
||||
config.serve_static_files = true
|
||||
config.static_cache_control = "public, max-age=3600"
|
||||
|
||||
# Show full error reports and disable caching.
|
||||
@@ -33,4 +33,6 @@ Wrestling::Application.configure do
|
||||
|
||||
# Print deprecation notices to the stderr.
|
||||
config.active_support.deprecation = :stderr
|
||||
|
||||
config.active_support.test_order = :random
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user