aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-14 07:52:15 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-14 07:55:56 +0900
commitb9e226188a5d7eb8aea59dbcc70cf77dddaa3675 (patch)
tree8e4dfbf5e9bed19dc6c3c9e9f092c217fc402f7c /railties
parent73fb2977cab8cd9b8ed7bb61df3072e2ca74b3ce (diff)
downloadrails-b9e226188a5d7eb8aea59dbcc70cf77dddaa3675.tar.gz
rails-b9e226188a5d7eb8aea59dbcc70cf77dddaa3675.tar.bz2
rails-b9e226188a5d7eb8aea59dbcc70cf77dddaa3675.zip
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.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt3
1 files changed, 0 insertions, 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 8133917591..e8c8b00669 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