From bcc0af01f1a14a32ded2f1e7299fae2310e8f70d Mon Sep 17 00:00:00 2001 From: Ian White Date: Thu, 22 May 2008 12:28:43 +0100 Subject: [PATCH] Ignoring rcov in coverage --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 010590f..193a2bb 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ namespace :spec do t.spec_files = FileList['spec/**/*_spec.rb'] t.rcov = true t.rcov_dir = 'doc/coverage' - t.rcov_opts = ['--text-report', '--exclude', "spec/,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"] + t.rcov_opts = ['--text-report', '--exclude', "spec/,rcov.rb,#{File.expand_path(File.join(File.dirname(__FILE__),'../../..'))}"] end namespace :rcov do