[ANN] Dfect 2.1.0 (2010-03-31)

                 Dfect 2.1.0 (2010-03-31)

            Assertion testing library for Ruby

            http://snk.tuxfamily.org/lib/dfect/

Dfect is an assertion testing library for Ruby that
emphasizes a simple assertion vocabulary, instant
debuggability of failures, and flexibility in composing
tests.

Version 2.1.0 (2010-03-31)

This release adds a [1]command-line test runner and performs
some minor housekeeping.

New features

 * Add bin/dfect executable as command-line interface to
   this library.

Housekeeping

 * Do not require 'rubygems' before loading the "ruby-debug"
   library.

 * Upgrade to Inochi 2.0.0-rc2 for managing this project.

References

  1. detest(1)