Ruby Test v0.5.0 released

Ruby Test 0.5.0 has been released.

Ruby Test is a universal test harness for Ruby. It can handle any
compliant test framework, even running tests from multiple frameworks in
a single pass.

This release improves the command line interface, the handling of
configuration and provides a mechinism for adding custom test observers.
The later can be used for things like mock library verifcation steps.

Changes:

  • Make CLI an actual class.
  • Refactor configuration file lookup and support Confection.
  • Add customizable test observer via new Advice class.