From 4656b73ff91824bf9d9b515559fe869546ae4d5b Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Thu, 14 Jun 2012 20:49:53 +0200 Subject: [PATCH] Restore exclusion for compact and environment as requested in 6c5267359a374c6fd66702a0eea44d24becf604d --- tasks/spec.rake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/spec.rake b/tasks/spec.rake index ccae0ac21..7e58adfbd 100644 --- a/tasks/spec.rake +++ b/tasks/spec.rake @@ -31,6 +31,8 @@ namespace :spec do t.rcov_opts = %w( --exclude gems/ --exclude spec/ + --exclude lib/google/api_client/environment.rb + --exclude lib/compat ) end