Files | Admin

Notes:

Release Name: 1.3

Notes:
CI::Reporter is an add-on to Test::Unit and RSpec that allows you to generate XML reports of your test and/or spec runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report XML format, thus allowing your CI system to track test/spec successes and failures.


Changes: == 1.3 - Fixed to be compatible with RSpec 0.9 - Failure location text now contains both the exception message and class name (in case the type and message attributes were truncated)