Downgraded verify task to 60% coverage requirement.

This commit is contained in:
Bob Aman 2012-05-11 13:29:41 +03:00
parent c2e7a4a948
commit 41ac517b8b
1 changed files with 1 additions and 1 deletions

View File

@ -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