Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
exclude spec files from rcov
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jan 30, 2010
1 parent bdf89b1 commit 11509ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -8,6 +8,6 @@ Spec::Rake::SpecTask.new do |spec|
spec.spec_opts << "--color"
spec.libs += ["lib", "spec"]
spec.rcov = true
spec.rcov_opts = ["--exclude", "spec/spec_helper"]
spec.rcov_opts = ["--exclude", "spec/**/*"]
spec.rcov_dir = "rcov"
end

0 comments on commit 11509ff

Please sign in to comment.