Re: [wtr-general] Does anyone know if ci_reporter gem works with ruby 1.9?

2010-10-20 Thread Keith Hughes
Hi, In the first example, did it create a test/reports folder in the folder where your test resides? Keith On Tue, Oct 19, 2010 at 12:43 PM, paneer_tikka neeraja...@gmail.com wrote: I couldn't get it to work. The following code produces no xml --- require 'test/unit'

[wtr-general] Does anyone know if ci_reporter gem works with ruby 1.9?

2010-10-19 Thread paneer_tikka
I couldn't get it to work. The following code produces no xml --- require 'test/unit' require 'ci/reporter/rake/test_unit_loader' class TC_MyTest Test::Unit::TestCase def test_fail assert(false, 'Assertion was false.') end def test_succeed assert(true, 'Assertion