MiniTap 0.3.2 has been released.
MiniTap provides a custom MiniTest reporter that outs TAP-Y or TAP-J
formatted output.
- home: http://rubyworks.github.com/minitap
- docs: File: README — Documentation for minitap (0.5.3)
- code: GitHub - rubyworks/minitap: TAP-Y/J Output Formats for MiniTest
- bugs: Issues · rubyworks/minitap · GitHub
- mail: http://groups.google.com/group/rubyworks-mailinglist
This release add support for new TAP-Y/J class field, and removes the
class name from the message field. It also fixes a bug that arose with
certain versions of Ruby’s YAML.load_documents implmentation.
Changes:
- Work around Ruby’s YAML.load_documents issue.
- Add dependency for MiniTest.
- Support TAP-Y/J class field.
- Remove class name from message field.