Rakefile in
pmap-0.1.0
vs Rakefile in
pmap-1.0.0
- old
+ new
@@ -1,2 +1,8 @@
require 'bundler' Bundler::GemHelper.install_tasks
+
+task :default => [:test]
+
+task :test do
+ ruby "test/pmap_test.rb"
+end
\ No newline at end of file