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
-
.run(test_files) ⇒ Integer
Runs the given Minitest files.
Class Method Details
.run(test_files) ⇒ Integer
Runs the given Minitest files.
13 |
# File 'lib/mutineer/test_runners/minitest.rb', line 13 def self.run(test_files) = MinitestIntegration.run(test_files) |