Attribution and rcov percentage bump

This commit is contained in:
Bryan Helmkamp 2008-04-28 05:01:34 -04:00
parent ce4dc1cd47
commit c2ec08d8a0
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* Enhancements * Enhancements
* Support file fields using attaches_file (Patch from Kyle Hargraves)
* Support button elements (Patch from Nick Sieger) * Support button elements (Patch from Nick Sieger)
* Support matching select options by regexp (Patch from Kyle Hargraves) * Support matching select options by regexp (Patch from Kyle Hargraves)
* Support relative links, including href="?foo=bar" (Patch from Kyle Hargraves) * Support relative links, including href="?foo=bar" (Patch from Kyle Hargraves)

View File

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