Skip to content

Commit

Permalink
dev-ruby/deep_merge: fix tests without test-unit:0
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
graaff committed Dec 19, 2016
1 parent e5687b5 commit d5ffe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ruby/deep_merge/deep_merge-1.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit d5ffe7b

Please sign in to comment.