2021-12-26 11:56:45 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2019-04-28 23:51:18 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
2020-07-12 10:09:57 +03:00
|
|
|
USE_RUBY="ruby24 ruby25 ruby26 ruby27"
|
2019-04-28 23:51:18 +03:00
|
|
|
|
|
|
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
|
|
|
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="README.md"
|
|
|
|
|
|
|
|
RUBY_BINWRAP=""
|
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
2021-12-26 11:56:45 +03:00
|
|
|
DESCRIPTION="Set of matchers and helpers to allow you test your APIs responses"
|
2019-04-28 23:51:18 +03:00
|
|
|
HOMEPAGE="https://github.com/waterlink/rspec-json_expectations"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="1"
|
2020-07-17 12:58:12 +03:00
|
|
|
KEYWORDS="amd64 ~x86"
|
2019-04-28 23:51:18 +03:00
|
|
|
IUSE=""
|
|
|
|
|
2020-06-01 14:18:07 +03:00
|
|
|
ruby_add_bdepend "test? ( dev-ruby/rspec dev-util/cucumber )"
|
2019-04-28 23:51:18 +03:00
|
|
|
|
|
|
|
each_ruby_test() {
|
|
|
|
${RUBY} -S cucumber --format progress features || die
|
|
|
|
}
|