dev-ruby/deep_merge: fix tests without test-unit:0

Package-Manager: portage-2.3.0
This commit is contained in:
Hans de Graaff
2016-12-19 08:05:39 +01:00
parent e5687b50d8
commit d5ffe7b851

View File

@@ -20,5 +20,5 @@ KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""
each_ruby_test() {
${RUBY} -S testrb test/test_*.rb || die
${RUBY} -I lib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
}