Skip to content

Commit

Permalink
Ruby 1.8 doesn't seem to like one --exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 14, 2012
1 parent 56657a8 commit 6c52673
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c52673

Please sign in to comment.