From: Tim Pease Date: 2007-12-12T09:17:28+09:00 Subject: [ANN] turn 0.3.0 Test::Unit Reporter New (turn) is a simple little gem that transforms the output of Test::Unit into something a little more verbose than just a series of dots. The name of each test case and the test being run is printed on a separate line with a PASS / FAIL indicator. If you have the facets gem installed (and your terminal supports it) you will get red/green output, too. sudo gem install turn You can use turn by either (1) requiring it somewhere in your test code or (2) by using the "turn" command line application to run your unit tests. Thanks for reading, and enjoy! Blessings, TwP