jgarber / redcloth-treetop

Just playing around with treetop; seeing how well/fast it would work for RedCloth.

This URL has Read+Write access

redcloth-treetop / Rakefile
100644 4 lines (2 sloc) 0.077 kb
1
2
3
4
Dir['lib/tasks/**/*.rake'].each { |rake| load rake }
 
task :default => :spec