Coverage bump

This commit is contained in:
Bryan Helmkamp 2008-07-25 18:57:31 -04:00
parent 4fe320aac6
commit af0ac0933a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ end
require 'spec/rake/verify_rcov'
RCov::VerifyTask.new(:verify_rcov => :rcov) do |t|
t.threshold = 97.3 # Make sure you have rcov 0.7 or higher!
t.threshold = 97.4 # Make sure you have rcov 0.7 or higher!
end
remove_task "default"