From 381817377c4aaa61dc7ea42f231b88b935f771de Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 31 May 2020 18:37:34 +0200 Subject: dev-ruby/rspec-json_expectations: add missing test dependency Closes: https://bugs.gentoo.org/723934 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff --- dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ruby/rspec-json_expectations') diff --git a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild index fdeb97e9ab4a..d6ef7261733a 100644 --- a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild +++ b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ SLOT="1" KEYWORDS="~amd64 ~x86" IUSE="" -ruby_add_bdepend "test? ( dev-util/cucumber )" +ruby_add_bdepend "test? ( dev-ruby/rspec dev-util/cucumber )" each_ruby_test() { ${RUBY} -S cucumber --format progress features || die -- cgit v1.2.3-65-gdbad