module Minitest::Distributed::TestRunnerPatch
Public Instance Methods
__run(reporter, options)
click to toggle source
# File lib/minitest/distributed.rb, line 34 def __run(reporter, options) TestRunner.new(options).run(reporter) end