[ANN] Dfect 1.1.0

                        Dfect 1.1.0

            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 1.1.0 (2009-10-27)

This release adds a new method for emitting status messages
and does some internal housekeeping.

 * [1]Thank you

 * [2]New features

 * [3]Housekeeping

Thank you

 * Iñaki Baz C. used Dfect and suggested new
   features.

New features

 * Add Dfect::S() method for [4]adding status messages to
   the execution report. This feature was [5]requested by
   Iñaki Baz C..

Housekeeping

 * Remove unused require of `delegate' standard library in
   `dfect/spec' RSpec emulation layer.

 * Mention [6]Emulation layers for popular testing
   libraries.

 * Mention that assertions take an optional message
   parameter.

 * Replace sample unit test with Dfect test suite.

 * Upgrade user manual to ERBook 9.0.0.

References

  1. detest(1)
  2. detest(1)
  3. detest(1)
  4. detest(1)
  5. http://github.com/sunaku/dfect/issues/closed#issue/1
  6. detest(1)