Class: MiniTest::Unit
- Inherits:
-
Object
- Object
- MiniTest::Unit
- Defined in:
- lib/redgreen/minitest.rb
Instance Method Summary collapse
- #new_run(args = []) ⇒ Object (also: #run)
Instance Method Details
#new_run(args = []) ⇒ Object Also known as: run
12 13 14 15 16 17 |
# File 'lib/redgreen/minitest.rb', line 12 def new_run(args = []) count = old_run(args) @@out.puts RedGreen.visual @@out.puts count end |