RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in