Ruby 1.8 doesn't seem to like one --exclude

This commit is contained in:
Simone Carletti 2012-06-14 15:05:21 +02:00
parent 56657a8f65
commit 6c5267359a
1 changed files with 2 additions and 8 deletions

View File

@ -29,14 +29,8 @@ namespace :spec do
t.rcov = false t.rcov = false
end end
t.rcov_opts = %w( t.rcov_opts = %w(
--exclude lib/google/api_client/environment.rb, --exclude gems/
lib/compat, --exclude spec/
spec,
.rvm/gems,
1.8/gems,
1.9/gems,
.rvm,
/Library/Ruby
) )
end end