public
Description: Parallel Each for JRuby
Homepage: http://peach.rubyforge.org
Clone URL: git://github.com/schleyfox/peach.git
peach / Rakefile
100644 9 lines (7 sloc) 0.145 kb
1
2
3
4
5
6
7
8
9
require 'rake'
require 'rake/testtask'
 
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.pattern = 'test/*_test.rb'
  t.verbose = true
end