summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-05-09 06:25:06 +0200
committerHans de Graaff <graaff@gentoo.org>2018-05-09 06:25:06 +0200
commit469167a226a0fdb423b6483c387dcae44db0d2fb (patch)
tree15278619ace185ac94a36278ae5b220fd49aa500 /dev-ruby
parentdev-ruby/exifr: add 1.3.4 (diff)
downloadgentoo-469167a226a0fdb423b6483c387dcae44db0d2fb.tar.gz
gentoo-469167a226a0fdb423b6483c387dcae44db0d2fb.tar.bz2
gentoo-469167a226a0fdb423b6483c387dcae44db0d2fb.zip
dev-ruby/rest-client: avoid tests that require network access
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby')
-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
}