NAME testy.rb DESCRIPTION a minimalist BDD testing framework for ruby that's mad at the world and plans to kick its ass by ruthlessly removing lines of testing framework code SYNOPSIS Testy.testing 'your code' do test 'some behaviour' do |t| ultimate = Ultimate.new t.check :name, :expect => 42, :actual => ultimate.answer end end GIT open http://github.com/ahoward/testy/tree/master git clone git://