Module: Mutineer::TestRunners::Minitest

Defined in:
lib/mutineer/test_runners/minitest.rb

Overview

Uniform wrapper over the existing MinitestIntegration impl so the runner selection (TestRunners.for) has one method shape across frameworks. MinitestIntegration stays the implementation — all its behaviour (autorun neutralisation, Runnable.reset, load, Minitest.run -> 0/1) is preserved.

Class Method Summary collapse

Class Method Details

.run(test_files) ⇒ Object



12
# File 'lib/mutineer/test_runners/minitest.rb', line 12

def self.run(test_files) = MinitestIntegration.run(test_files)