On Jun 21, 2006, at 10:10 AM, Allan Odgaard wrote:
On 21/6/2006, at 12:20, Dave Baldwin wrote:
When I run a unit test the results are displayed poorly:
The problem is that Ruby’s UT framework does all the execution at_exit, which is after RubyMate has stopped parsing the output of the script.
Try use the Run Focused Unit Test instead.
Or, if you have a Rakefile, use my new Run Task Task commands to get color output and hyperlinked errors.
James Edward Gray II