QED 1.2: A Doc-like Testing Framework
Q.E.D. 1.2 has just been released homepage here. Q.E.D. is a testing framework that reads like documentation. This release adds Cucumber-like matchers to improve the way setup and teardown code can be handled without cluttering up the documentation.
Comments
You should write this in literate ruby with Rubinius! http://github.com/evanphx/rubinius/tree/literate
Note that you can actually use yard + rspec for tests, too… http://gnuu.org/2009/11/18/customizing-yard-templates/
Sorry it does still have should it “xyz” syntax :) -r
also note rubydoctest
Post a comment