From 6fef8de600c8a2b1f22d9bf5847a516349da2af8 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 30 Sep 2015 08:50:28 +0200 Subject: [PATCH] Sort test order. --- config/environments/test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index a3590b4e6..0177c1bcf 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -31,8 +31,8 @@ Rails.application.configure do # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test - # Randomize the order test cases are executed. - config.active_support.test_order = :random + # Sort the order test cases are executed. + config.active_support.test_order = :sorted # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr