Bil Kleb <Bil.Kleb / NASA.Gov> writes:

> Randy W. Sims wrote:
> > Are there any Ruby modules that allow documentation to act as source
> > code?
> 
> require 'test/unit'
> 
> Then code test-first and you'll have executable documentation.
> 
> Code test-first with a partner, and you'll have /sane/ executable
> documentation.
>
> When test/unit2 appears, tests will become even more like documentation.

What's in the works for test/unit2?