From af0ac0933a1fe5c03ad4cfd80ab00c5b078293b2 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 25 Jul 2008 18:57:31 -0400 Subject: [PATCH] Coverage bump --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 75c8c69..19035e3 100644 --- a/Rakefile +++ b/Rakefile @@ -56,7 +56,7 @@ end require 'spec/rake/verify_rcov' RCov::VerifyTask.new(:verify_rcov => :rcov) do |t| - t.threshold = 97.3 # Make sure you have rcov 0.7 or higher! + t.threshold = 97.4 # Make sure you have rcov 0.7 or higher! end remove_task "default"