Sort test order.
This commit is contained in:
parent
ac7d3f9cba
commit
6fef8de600
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue