From b9e226188a5d7eb8aea59dbcc70cf77dddaa3675 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 14 Feb 2016 07:52:15 +0900 Subject: [PATCH] remove `active_support.test_order` from environment file The default test order has been changed to `:random` in 5f777e4b5ee2e3e8e6fd0e2a208ec2a4d25a960d. Therefore, it is no more need to be specified in the environment file. --- .../rails/app/templates/config/environments/test.rb.tt | 3 --- 1 file changed, 3 deletions(-) diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt index 8133917591521..e8c8b006692a0 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt @@ -35,9 +35,6 @@ Rails.application.configure do config.action_mailer.delivery_method = :test <%- end -%> - # Randomize the order test cases are executed. - config.active_support.test_order = :random - # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr