A TEXT POST

Colorizing output of Test Unit

I hate when I already used a configuration for anything and after some time I forget it completely.

Below all you need to show colorized output running tests.

sudo gem install redgreen

and in your test_helper.rb put

require 'redgreen'

So simple :)