changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/rake_tasks/verify_rcov.rake

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1require 'rake'
2require 'spec/rake/verify_rcov'
3
4RCov::VerifyTask.new(:verify_rcov => :spec) do |t|
5 t.threshold = 100.0 # Make sure you have rcov 0.7 or higher!
6 t.index_html = '../doc/output/coverage/index.html'
7end