Rakefile in hands-0.2.1 vs Rakefile in hands-0.3.0
- old
+ new
@@ -3,10 +3,10 @@
Rake::TestTask.new(:test) do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
end
-task default: :test
+task :default => :test
task :coverage do
`open coverage/index.html`
end