diff --git a/test/test_helper.rb b/test/test_helper.rb index ed944e79..2bcaa9d5 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -16,6 +16,8 @@ Dir[File.dirname(__FILE__) + '/support/*.rb'].each do |file| autoload File.basename(file, '.rb').camelize, file end +ActiveSupport::TestCase.test_order = :random + class MiniTest::Spec include ActiveSupport::Testing::Assertions