BRASS 1.2.1 has been released.
BRASS stands for Bare-Metal Ruby Assertion System Standard. It is a very
basic foundational assertions framework for other assertion and test
frameworks to make use so they can all work together harmoniously.
- home: http://rubyworks.github.com/brass
- docs: File: README — Documentation for brass (1.2.1)
- code: GitHub - rubyworks/brass: Bare-Metal Ruby Assertions System Standard
- mail: http://groups.google.com/groups/rubyworks-mailinglist
This release adds framework adapters for MiniTest and TestUnit, which
allows those frameworks to recognize BRASS assertions as “failures”
rather than as “errors”.
Changes:
- Add framework adapters for MiniTest and TestUnit.