Drop RCov::VerifyTask task (see GH-2)

This commit is contained in:
Simone Carletti 2012-06-14 15:05:40 +02:00
parent 6c5267359a
commit c656b1aaeb
1 changed files with 0 additions and 9 deletions

View File

@ -34,15 +34,6 @@ namespace :spec do
) )
end end
if RCOV_ENABLED
RCov::VerifyTask.new(:verify) do |t|
t.threshold = 65.0
t.index_html = 'coverage/index.html'
end
task :verify => :rcov
end
namespace :rcov do namespace :rcov do
desc 'Browse the code coverage report.' desc 'Browse the code coverage report.'
task :browse => 'spec:rcov' do task :browse => 'spec:rcov' do