summaryrefslogtreecommitdiff
path: root/dev-ruby/rest-client/rest-client-2.0.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-11 16:02:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-11 16:02:49 +0100
commit88ebe56470c37b02a044e1091cad6b2df0f3be8f (patch)
treed80b2d9337c01c4a0fe11a2ef9691fc3153ed6d3 /dev-ruby/rest-client/rest-client-2.0.2.ebuild
parent4645b6f17f0da81e9fe84081fb126a37102ba153 (diff)
gentoo resync : 11.05.2018
Diffstat (limited to 'dev-ruby/rest-client/rest-client-2.0.2.ebuild')
-rw-r--r--dev-ruby/rest-client/rest-client-2.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rest-client/rest-client-2.0.2.ebuild b/dev-ruby/rest-client/rest-client-2.0.2.ebuild
index 4b8540bc007f..89b520306179 100644
--- a/dev-ruby/rest-client/rest-client-2.0.2.ebuild
+++ b/dev-ruby/rest-client/rest-client-2.0.2.ebuild
@@ -31,6 +31,6 @@ all_ruby_prepare() {
sed -e '/bundler/I s:^:#:' \
-e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die
- # Remove spec that requires network access.
- rm spec/integration/request_spec.rb || die
+ # Remove specs that requires network access.
+ rm spec/integration/{httpbin,request}_spec.rb || die
}