diff --git a/tasks/spec.rake b/tasks/spec.rake index 858c874f2..32849baad 100644 --- a/tasks/spec.rake +++ b/tasks/spec.rake @@ -29,14 +29,8 @@ namespace :spec do t.rcov = false end t.rcov_opts = %w( - --exclude lib/google/api_client/environment.rb, - lib/compat, - spec, - .rvm/gems, - 1.8/gems, - 1.9/gems, - .rvm, - /Library/Ruby + --exclude gems/ + --exclude spec/ ) end