Module: Mutineer::TestRunners::Minitest

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

Overview

Thin wrapper around the shared Minitest integration runner.

Class Method Summary collapse

Class Method Details

.run(test_files) ⇒ Integer

Runs the given Minitest files.

Parameters:

  • test_files (String, Array<String>)

    one file or many files.

Returns:

  • (Integer)

    0 on success, 1 on failure.



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

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