Class: Minitest::Unit::TestCase

Inherits:
Object
  • Object
show all
Defined in:
lib/minitest/hell.rb

Overview

This file is imported from the minitest project. DO NOT make modifications in this repo. They will be reverted! File a patch instead and assign it to Ryan Davis.

Class Method Summary collapse

Class Method Details

.old_test_orderObject



10
# File 'lib/minitest/hell.rb', line 10

alias :old_test_order :test_order

.test_orderObject

:nodoc:



12
13
14
# File 'lib/minitest/hell.rb', line 12

def test_order # :nodoc:
  :parallel
end