Excluding environment setup file from code coverage.

git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@161 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
Bob Aman 2011-05-20 23:39:47 +00:00
parent ccade868a9
commit af87738e06
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ namespace :spec do
t.rcov = false
end
t.rcov_opts = [
'--exclude', 'lib\\/google\\/api_client\\/environment.rb',
'--exclude', 'lib\\/compat',
'--exclude', 'spec',
'--exclude', '\\.rvm\\/gems',