diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-09-22 19:07:52 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-09-22 19:07:52 +1000 |
commit | db67e5fd4e2241f59341c38c5a1e291e68aec523 (patch) | |
tree | 28bf3e347a3a7f628ad1fe749b45e3c67e267756 | |
parent | 6912a7e618631663834576a85373a32ca4aea851 (diff) | |
download | puppet-db67e5fd4e2241f59341c38c5a1e291e68aec523.tar.gz puppet-db67e5fd4e2241f59341c38c5a1e291e68aec523.tar.xz puppet-db67e5fd4e2241f59341c38c5a1e291e68aec523.zip |
Added rcov exclusion to Rakefile
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |