Apparently 60% is too low!

This commit is contained in:
Bob Aman 2012-05-11 13:41:40 +03:00
parent 8fd8670301
commit daf301d08b
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 = 60.0
t.threshold = 65.0
t.index_html = 'coverage/index.html'
end