Files | Admin

Notes:

Release Name: 1.7.1

Notes:
CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to generate XML reports of your test, spec and/or feature 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.7.1 (08/16/12) - #58: Use const_defined? for checking a constant is defined (Kouhei Sutou) - #70: Initialize delegate IO for non-tee methods - #55: Accommodate 1.8.7 which requires std streams to be subclasses of IO - #52: Mark skipped tests as skipped instead of failure - #51: Allow for constants to include "Omission" or :Omission (1.8 vs. 1.9).