Drop RCov::VerifyTask task (see GH-2)
authorSimone Carletti <weppos@weppos.net>
Thu, 14 Jun 2012 13:05:40 +0000 (15:05 +0200)
committerSimone Carletti <weppos@weppos.net>
Thu, 14 Jun 2012 13:06:26 +0000 (15:06 +0200)
tasks/spec.rake

index 32849baad3a031e50f4477ee460c1bc3165da830..ccae0ac2129536ab21eb7209e5462c14fd4a6790 100644 (file)
@@ -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