From a26706dbe07224ba835559312a77fe91ec3b41ee Mon Sep 17 00:00:00 2001 From: elliottcable Date: Mon, 15 Sep 2008 13:58:35 -0800 Subject: [PATCH] Drastically lowered the spec threshold. Should never be lowered again after this commit. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ad95dc7..21f66e3 100644 --- a/Rakefile +++ b/Rakefile @@ -69,7 +69,7 @@ ensure end RCov::VerifyTask.new(:verify) do |t| - t.threshold = 75 + t.threshold = 50 t.index_html = 'meta' / 'coverage' / 'index.html' t.require_exact_threshold = false end -- 2.11.4.GIT