diff --git a/tasks/spec.rake b/tasks/spec.rake index 7a5179fd7..080c9b731 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 = 100.0 + t.threshold = 60.0 t.index_html = 'coverage/index.html' end