module Minitest

Public Class Methods

autorun() click to toggle source

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

@api private

@return [nil]

# File lib/mutant/integration/minitest.rb, line 18
def self.autorun; end