From daf301d08beb0e4c3fbe334f768ece4040105b8b Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 11 May 2012 13:41:40 +0300 Subject: [PATCH] Apparently 60% is too low! --- tasks/spec.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/spec.rake b/tasks/spec.rake index 080c9b731..dc390dabe 100644 --- a/tasks/spec.rake +++ b/tasks/spec.rake @@ -47,7 +47,7 @@ namespace :spec do if RCOV_ENABLED RCov::VerifyTask.new(:verify) do |t| - t.threshold = 60.0 + t.threshold = 65.0 t.index_html = 'coverage/index.html' end