Skip to content

Commit 187bdc1

Browse files
committed
Set AS test_order
1 parent da4e4d4 commit 187bdc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
require 'sprockets/rails/helper'
66

77
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)
8+
ActiveSupport::TestCase.test_order = :random if ActiveSupport::TestCase.respond_to?(:test_order=)
89

910
class HelperTest < ActionView::TestCase
1011
FIXTURES_PATH = File.expand_path("../fixtures", __FILE__)

0 commit comments

Comments
 (0)