Skip to content

Commit ceff86b

Browse files
committed
Set ActiveSupport::TestCase.test_order
1 parent 170476e commit ceff86b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
autoload File.basename(file, '.rb').camelize, file
1717
end
1818

19+
ActiveSupport::TestCase.test_order = :random
20+
1921
class MiniTest::Spec
2022
include ActiveSupport::Testing::Assertions
2123

0 commit comments

Comments
 (0)