mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove coverage Rake task.
RCov isn't in the gemspec anymore, and doesn't work when added.
This commit is contained in:
parent
1886bde528
commit
48f330b307
1 changed files with 0 additions and 8 deletions
8
Rakefile
8
Rakefile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue