refs #13667 "Merge branch '13667-add-version-file'".
[arvados.git] / apps / workbench / config / environments / test.rb.example
index 1c790208a522f658c5a017020e59dcb2b277b200..7ce5082701274c0564dd3b22a73375a656fa08a5 100644 (file)
@@ -12,7 +12,7 @@ ArvadosWorkbench::Application.configure do
   config.cache_classes = true
 
   # 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
@@ -36,4 +36,7 @@ ArvadosWorkbench::Application.configure do
   # Log timing data for API transactions
   config.profiling_enabled = false
 
+  # Can be :random or :sorted. Rails 5 will use :random by default
+  config.active_support.test_order = :sorted
+
 end