1
0
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:
2015-03-26 16:55:33 +00:00
parent a1fbcc4a9f
commit 819d735480
25 changed files with 522 additions and 343 deletions

View File

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