We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3012c25 commit 5438d91Copy full SHA for 5438d91
test/abstract_unit.rb
@@ -6,3 +6,6 @@
6
7
FIXTURE_LOAD_PATH = File.expand_path('../fixtures', __FILE__)
8
9
+if ActiveSupport.respond_to?(:test_order)
10
+ ActiveSupport.test_order = :random
11
+end
0 commit comments