Excluding .rvm from code coverage.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@78 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
Bob Aman 2010-10-14 00:15:52 +00:00
parent 0246ecf1f5
commit 2140cbf244
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace :spec do
end
t.rcov_opts = [
'--exclude', 'spec',
'--exclude', '\\.rvm\\/gems',
'--exclude', '1\\.8\\/gems',
'--exclude', '1\\.9\\/gems'
]