From c656b1aaeb1f696dce4cafa37b18e0f3da0ea6f7 Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Thu, 14 Jun 2012 15:05:40 +0200 Subject: [PATCH] Drop RCov::VerifyTask task (see GH-2) --- tasks/spec.rake | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tasks/spec.rake b/tasks/spec.rake index 32849baad..ccae0ac21 100644 --- a/tasks/spec.rake +++ b/tasks/spec.rake @@ -34,15 +34,6 @@ namespace :spec do ) 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 desc 'Browse the code coverage report.' task :browse => 'spec:rcov' do