Chris McMahon wrote:
> Test::Unit::UI::Reporter::Reporter.run(@test_cases, 'build/report', :xml)
>
>
Replace this with
Test::Unit::UI::Reporter.run(@test_cases, 'build/report', :xml)
and it might work. At the very least, you'll be getting some other error! :)
Alex