diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-09-18 10:10:55 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-09-18 10:10:55 +1000 |
commit | 07dca60aee47e1920e3790eb9b4951aaa1832d83 (patch) | |
tree | bc7c11bf4852f0e3b63f8d5fb8fdcdb32b18fc29 | |
parent | 8398238fee3daa230179365b6f52dc0f892d9eee (diff) | |
download | facter-07dca60aee47e1920e3790eb9b4951aaa1832d83.tar.gz facter-07dca60aee47e1920e3790eb9b4951aaa1832d83.tar.xz facter-07dca60aee47e1920e3790eb9b4951aaa1832d83.zip |
Added additional exclusion to rcov process
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,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 |