diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-05-31 18:37:34 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-06-01 06:46:36 +0200 |
commit | 381817377c4aaa61dc7ea42f231b88b935f771de (patch) | |
tree | ed3f00f9d935d22e2a6c6f69b8388ebcb7ebf9f4 /dev-ruby/rspec-json_expectations | |
parent | dev-util/meson: promote myself to primary maintainer (diff) | |
download | gentoo-381817377c4aaa61dc7ea42f231b88b935f771de.tar.gz gentoo-381817377c4aaa61dc7ea42f231b88b935f771de.tar.bz2 gentoo-381817377c4aaa61dc7ea42f231b88b935f771de.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-json_expectations')
-rw-r--r-- | dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild | 4 |
1 files 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 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 |