test/dummy/config/environments/test.rb in bento_search-1.2.2 vs test/dummy/config/environments/test.rb in bento_search-1.3.0
- old
+ new
@@ -6,11 +6,11 @@
# your test database is "scratch space" for the test suite and is wiped
# and recreated between test runs. Don't rely on the data there!
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"
config.eager_load = false
# Show full error reports and disable caching
@@ -28,6 +28,8 @@
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
+
+ config.active_support.test_order = :random
end