commit: 381817377c4aaa61dc7ea42f231b88b935f771de Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun May 31 16:37:34 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jun 1 04:46:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38181737
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 <graaff <AT> gentoo.org> dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 fdeb97e9ab4..d6ef7261733 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
