BRASS v1.2.1 released

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.

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.