Works with RSpec up to 2.6.x
GH #31: Better output formatting for RSpec 2 (Michael Giambalvo)
Better ruby-test/TestUnit version support (amfranz)
Prevent XML files from being overwritten (dpree)
RSpec 2.2+ support (thanks emi)
Thanks to yairgo and tylerkovacs for their assistance and prodding for RSpec 2 support this release.
GH #4: Updated for modern Cucumber (0.9.2 as of this writing)
GH #6: Capture dynamically-named RSpec examples
GH #7: RSpec 2.0.0 compatibility
GH #1: Properly escape text in system-out and system-err tags (Matt Kanwisher)
GH #2: Report rspec before(:all) failures (Edgars Beigarts)
GH #3: Support for Omissions and Pending Tests from Test::Unit 2.0.x (Sam Hendley)
Add ‘skipped’ flag for pending RSpec examples (Aaron Unger)
Add support for Cucumber (tested against 0.3.0 - 0.3.2); (Graeme Mathieson)
Compatibility with latest RSpec (1.2.4); (Paul Boone)
Compatibility with latest RSpec (1.1.11 or so); use example description method if available
Remove dependency on rubygems when requiring builder (rescue LoadError) (Jari Bakken)
Source repository moved to github/git.caldersphere.net
Fix silly load-path error that some had been seeing
Support for RSpec 1.1.1 example groups (which broke ci_reporter 1.4)
Change internal model to delegation instead of inheritance, allowing ci_reporter to wrap different output formatters
Add ‘ci:setup:rspecdoc’ task to output specdoc format instead of progress
Add support for pending examples; they will be listed in the report XML as successful, but the name will have a ‘(PENDING)’ tag appended
Support for RSpec < 0.9 removed as promised; use 1.4 if you still need to use an older version of RSpec
Test::Unit tests that fail in multiple places (setup, test method, and teardown) are now tracked (marcog)
Explicit dependency requirement on Builder (>= 2.1.2)
Use of RSpec < 0.9 is now deprecated; support will probably disappear in the next version
Change way we append to environment variables to appease windows (Tracker #13998, Adam Anderson)
Call to_s on the object passed in as the test suite name; compatibility fix for RSpec trunk which passes a Spec::DSL::Description instead of a string
Fix broken spec due to pending feature introduced in recent RSpec
Fix compatibility for JRuby
Add stub.rake file as another way to wrap existing Rakefile, with note in README
Use SPEC_OPTS instead of RSPECOPTS (Aslak Hellesøy)
Add assertions attribute to individual test cases (Tracker #11563, Andy Sipe)
Fix bug trying to modify frozen environment strings
Upgrade all specs to RSpec 1.0 style
Add specs for rake tasks
Fixed to be compatible with RSpec 1.0.x (added fourth parameter to Formatter#dump_summary)
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)
Allow to report on RSpec specs when working with non-gem RSpec
Note: CI::Reporter is only compatible with RSpec up to 0.8.2
Append to TESTOPTS and RSPECOPTS environment variables (Bret Pettichord) so that other apps can put values in them as well
Responds to environment variable CI_CAPTURE: if set to “off”, stdout/stderr capture will be disabled.
Add license and copyright information (finally)
Capture standard output and standard error during each individual test suite and include in the XML file in system-out and system-err elements, respectively (Tracker#9054)
Add assertions attribute to the testsuite element that will contain per-suite assertion counts when used with Test::Unit. Not useful with applications that read Ant/JUnit XML, but custom applications may wish to access it.
Initial Release.
Generated with the Darkfish Rdoc Generator 2.