module Minitest::MustWonted
Console runnner
Constants
- VERSION
Public Class Methods
add(*args)
click to toggle source
# File lib/minitest/mustwonted.rb, line 6 def self.add(*args) Minitest::MustWonted::Matcher.add *args end
run(args)
click to toggle source
# File lib/minitest/mustwonted/run.rb, line 5 def self.run(args) puts args end