Skip to content

Commit

Permalink
Remove the coverage rake task
Browse files Browse the repository at this point in the history
RCov does not work on Ruby 1.9.x
  • Loading branch information
mattr- committed Jan 17, 2013
1 parent 8b83fea commit 9007f9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
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'
Rake::RDocTask.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'
Expand Down

0 comments on commit 9007f9c

Please sign in to comment.