public
Description: RSpec-esque matchers for Test::Unit
Homepage:
Clone URL: git://github.com/jeremymcanally/matchy.git
Click here to lend your support to: matchy and make a donation at www.pledgie.com !
mhennemeyer (author)
Wed Feb 11 07:39:26 -0800 2009
jeremymcanally (committer)
Wed Feb 11 07:48:53 -0800 2009
matchy / Rakefile
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }