Attribution and rcov percentage bump
This commit is contained in:
parent
ce4dc1cd47
commit
c2ec08d8a0
@ -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)
|
||||||
|
2
Rakefile
2
Rakefile
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user