diff config/environments/test.rb @ 363:9e860754b5d6

Update renamed config, enforce random test order.
author edogawaconan <me@myconan.net>
date Sat, 20 Dec 2014 17:59:37 +0900
parents 10f1eb74e6d7
children 68eb23b52864
line wrap: on
line diff
--- a/config/environments/test.rb	Sat Dec 20 17:57:34 2014 +0900
+++ b/config/environments/test.rb	Sat Dec 20 17:59:37 2014 +0900
@@ -13,7 +13,7 @@
   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 @@
 
   # Print deprecation notices to the stderr.
   config.active_support.deprecation = :stderr
+
+  config.active_support.test_order = :random
 end