Skip to content

Commit 5438d91

Browse files
committed
Add random test ordering where available
1 parent 3012c25 commit 5438d91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/abstract_unit.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
FIXTURE_LOAD_PATH = File.expand_path('../fixtures', __FILE__)
88

9+
if ActiveSupport.respond_to?(:test_order)
10+
ActiveSupport.test_order = :random
11+
end

0 commit comments

Comments
 (0)