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