Remove coverage Rake task.

RCov isn't in the gemspec anymore, and doesn't work when added.
This commit is contained in:
Benjamin Manns 2012-02-15 11:16:03 -05:00
parent 1886bde528
commit 48f330b307
1 changed files with 0 additions and 8 deletions

View File

@ -121,14 +121,6 @@ task :nuke do
end
end
desc "Generate RCov test coverage and open in your browser"
task :coverage do
require 'rcov'
sh "rm -fr coverage"
sh "rcov test/test_*.rb"
sh "open coverage/index.html"
end
require 'rdoc/task'
RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'