Stefan Rusterholz wrote: > By this version, baretest has gotten some - to my knowledge - unique or > at least rare features. See http://ruby-toolbox.com/categories/testing_frameworks.html > Those include: > > * Very straightforward and terse assertions (just a block whose return > value defines success/failure). See assert{ 2.0 } at http://assert2.rubyforge.org/ and also my Dfect project at http://snk.tuxfamily.org/lib/dfect/ > * An interactive mode, letting you examine what went wrong in a > failing/erroring test within an irb session, bound to the context of > the assertion that failed, showing you the full code of the assertion, > even including it in the readline-history of that irb session. Excellent! This is a very powerful feature. It is also found in Dfect: http://snk.tuxfamily.org/lib/dfect/#Motivation Cheers. -- Posted via http://www.ruby-forum.com/.