Skip to content

Commit

Permalink
Ignoring rcov.rb files in cverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed May 22, 2008
1 parent 5ef9572 commit cac3702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit cac3702

Please sign in to comment.