summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-09-22 19:07:52 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-09-22 19:07:52 +1000
commitdb67e5fd4e2241f59341c38c5a1e291e68aec523 (patch)
tree28bf3e347a3a7f628ad1fe749b45e3c67e267756
parent6912a7e618631663834576a85373a32ca4aea851 (diff)
downloadpuppet-db67e5fd4e2241f59341c38c5a1e291e68aec523.tar.gz
puppet-db67e5fd4e2241f59341c38c5a1e291e68aec523.tar.xz
puppet-db67e5fd4e2241f59341c38c5a1e291e68aec523.zip
Added rcov exclusion to Rakefile
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8760ee28b..67d5ef4da 100644
--- a/Rakefile
+++ b/Rakefile
@@ -50,7 +50,7 @@ task :spec do
t.spec_files = FileList['spec/**/*.rb']
if defined?(Rcov)
t.rcov = true
- t.rcov_opts = ['--exclude', 'spec/*,test/*,results/*,/usr/lib/*']
+ t.rcov_opts = ['--exclude', 'spec/*,test/*,results/*,/usr/lib/*,/usr/local/lib/*']
end
end
end