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 Castillo 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 Castillo. 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. http://snk.tuxfamily.org/lib/dfect/#Thank-you 2. http://snk.tuxfamily.org/lib/dfect/#New-features 3. http://snk.tuxfamily.org/lib/dfect/#Housekeeping 4. http://snk.tuxfamily.org/lib/dfect/#Reporting 5. http://github.com/sunaku/dfect/issues/closed#issue/1 6. http://snk.tuxfamily.org/lib/dfect/#Emulation