Ruby 1.8 doesn't seem to like one --exclude
This commit is contained in:
parent
56657a8f65
commit
6c5267359a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue