Module: Minitest

Defined in:
lib/mutant/integration/minitest.rb

Class Method Summary collapse

Class Method Details

.autorunnil

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Prevent autorun from running tests when the VM closes

Mutant needs control about the exit status of the VM and the moment of test execution

Returns:

  • (nil)


18
# File 'lib/mutant/integration/minitest.rb', line 18

def self.autorun; end