[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] miniunit 1.2.1 Released

Ryan Davis

6/18/2008 2:22:00 AM


miniunit version 1.2.1 has been released!

* <http://rubyforge.org/project...

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/project...