Remove redundant test order option
The test order is now random by default.
This commit is contained in:
committed by
voodoorai2000
parent
c43b0fea64
commit
825367145c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user