1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Don't need to explicitly set test_order it's :random default

This commit is contained in:
Mehmet Emin İNAÇ 2015-05-08 17:10:28 +03:00
parent 0834d60d64
commit 73c70e88d3

View file

@ -14,5 +14,3 @@ else
end end
require 'active_support/testing/autorun' require 'active_support/testing/autorun'
ActiveSupport::TestCase.test_order = :random