data/tasks/test.rake in bones-1.1.1 vs data/tasks/test.rake in bones-1.1.2
- old
+ new
@@ -28,8 +28,13 @@
end
end
end # namespace :test
+desc 'Alias to test:run'
+task :test => 'test:run'
+
task :clobber => 'test:clobber_rcov' if HAVE_RCOV
+
+remove_desc_for_task %w(test:clobber_rcov)
# EOF