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 da4e4d4 commit 187bdc1Copy full SHA for 187bdc1
test/test_helper.rb
@@ -5,6 +5,7 @@
5
require 'sprockets/rails/helper'
6
7
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)
8
+ActiveSupport::TestCase.test_order = :random if ActiveSupport::TestCase.respond_to?(:test_order=)
9
10
class HelperTest < ActionView::TestCase
11
FIXTURES_PATH = File.expand_path("../fixtures", __FILE__)
0 commit comments