mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #745 from benmanns/remove-coverage
Remove coverage Rake task.
This commit is contained in:
commit
aeb11a127f
1 changed files with 0 additions and 8 deletions
8
Rakefile
8
Rakefile
|
@ -121,14 +121,6 @@ task :nuke do
|
||||||
end
|
end
|
||||||
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'
|
require 'rdoc/task'
|
||||||
RDoc::Task.new do |rdoc|
|
RDoc::Task.new do |rdoc|
|
||||||
rdoc.rdoc_dir = 'rdoc'
|
rdoc.rdoc_dir = 'rdoc'
|
||||||
|
|
Loading…
Add table
Reference in a new issue