Files | Admin

Notes:

Release Name: 0.5.1

Notes:
TURN is a new way to view Test::Unit results. With longer running tests, it
can be very frustrating to see a failure (....F...) and then have to wait till
all the tests finish before you can see what the exact failure was. TURN
displays each test on a separate line with failures being displayed
immediately instead of at the end of the tests.
  
If you have the 'facets' gem installed, then TURN output will be displayed in
wonderful technicolor (but only if your terminal supports ANSI color codes).
Well, the only colors are green and red, but that is still color.


Changes: == 0.5.1 / 2009-03-25 * fixed a "convert nil into String" error == 0.4.0 / 2008-09-18 * add solo and cross runners * move Colorize into separate file * use ::ANSICode instead of ::Console::ANSICode