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



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