Module: Minitest
- Defined in:
- lib/mutant/integration/minitest.rb
Class Method Summary collapse
-
.autorun ⇒ nil
private
Prevent autorun from running tests when the VM closes.
Class Method Details
.autorun ⇒ nil
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
18 |
# File 'lib/mutant/integration/minitest.rb', line 18 def self.autorun; end |