Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix rcov:verify task
  • Loading branch information
ianwhite committed Feb 6, 2009
1 parent 5c5e0ea commit a06fe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -26,7 +26,7 @@ end

namespace :rcov do
desc "Verify RCov threshold for #{plugin_name}"
RCov::VerifyTask.new(:verify => "spec:rcov") do |t|
RCov::VerifyTask.new(:verify => :rcov) do |t|
t.threshold = 100.0
t.index_html = File.join(File.dirname(__FILE__), 'doc/coverage/index.html')
end
Expand Down

0 comments on commit a06fe71

Please sign in to comment.