Skip to content

Commit

Permalink
dev-ruby/camping: fix running tests
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
graaff committed Apr 17, 2017
1 parent 39d7490 commit 1883992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-ruby/camping/camping-2.1.532.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
USE_RUBY="ruby20 ruby21"
USE_RUBY="ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
Expand All @@ -28,5 +28,5 @@ all_ruby_prepare() {
}

each_ruby_test() {
${RUBY} -S testrb test/app_*.rb || die
${RUBY} -Ilib:test:. -e 'Dir["test/app_*.rb"].each{|f| require f}' || die
}

0 comments on commit 1883992

Please sign in to comment.