Autotest in color

For completeness: to install ZenTest Autotest:

sudo gem install ZenTest

Autotest will display a red/green bar after running tests, if you add this line to ~/.autotest

require 'autotest/redgreen'

More plugins are described here, but this appears to be the only one that works out of the box.

You must be logged in to post a comment.