[Ruby] [ANN] miniunit 1.2.1 Released

Ryan Davis ryand-ruby at zenspider.com
Tue Jun 17 19:22:48 PDT 2008


miniunit version 1.2.1 has been released!

* <http://rubyforge.org/projects/bfts>

mini/test is a completely minimial drop-in replacement for ruby's
test/unit. This is meant to be clean and easy to use both as a regular
test writer and for language implementors that need a minimal set of
methods to bootstrap a working unit test suite.

mini/spec is a functionally complete spec engine.

mini/mock, by Steven Baker, is a beautifully tiny mock object framework.

Changes:

### 1.2.1 / 2008-06-10

* 7 minor enhancements:

   * Added deprecations everywhere in test/unit.
   * Added test_order to TestCase. :random on mini, :sorted on test/ 
unit (for now).
   * Big cleanup in test/unit for rails. Thanks Jeremy Kemper!
   * Minor readability cleanup.
   * Pushed setup/run/teardown down to testcase allowing specialized  
testcases.
   * Removed pp. Tests run 2x faster. :/
   * Renamed deprecation methods and moved to test/unit/deprecate.rb.

* <http://rubyforge.org/projects/bfts>




More information about the Ruby mailing list