Class: MiniTest::Unit

Inherits:
Object
  • Object
show all
Defined in:
lib/redgreen/minitest.rb

Instance Method Summary collapse

Instance Method Details

#new_run(args = []) ⇒ Object Also known as: run



14
15
16
17
18
19
# File 'lib/redgreen/minitest.rb', line 14

def new_run(args = [])
  count = old_run(args)
  @@out.puts RedGreen.visual
  @@out.puts
  count
end