This commit is contained in:
Bryan Helmkamp 2008-10-21 22:20:02 -04:00
parent 8e32ae80ca
commit a59e6f873a

View File

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