Remove redundant test order option

The test order is now random by default.
This commit is contained in:
Javi Martín
2019-04-26 15:23:35 +02:00
committed by voodoorai2000
parent c43b0fea64
commit 825367145c

View File

@@ -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