From 825367145c312420481de4ea868c8ad758268cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 26 Apr 2019 15:23:35 +0200 Subject: [PATCH] Remove redundant test order option The test order is now random by default. --- config/environments/test.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 06430ed91..77cd9ed14 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -38,9 +38,6 @@ Rails.application.configure do } config.action_mailer.asset_host = "http://consul.test" - # Randomize the order test cases are executed. - config.active_support.test_order = :random - # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr