dev-ruby/httparty: use rspec3 recipe for tests

This also makes rspec a USE=test dependency rather
than a generic build dependency.

Package-Manager: portage-2.2.20.1
This commit is contained in:
Hans de Graaff
2015-12-05 10:12:28 +01:00
parent 64e8e1a5da
commit d0bc3dac8d

View File

@@ -6,9 +6,7 @@ EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
# We have a custom test function, but don't null this out so that the
# deps are still added
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md History"
@@ -25,7 +23,7 @@ IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.8:0 >=dev-ruby/multi_xml-0.5.2'
ruby_add_bdepend 'dev-ruby/rspec:3 dev-ruby/fakeweb'
ruby_add_bdepend 'test? ( dev-ruby/fakeweb )'
all_ruby_prepare() {
# Remove bundler
@@ -41,10 +39,6 @@ all_ruby_prepare() {
-e '1i require "cgi"' spec/spec_helper.rb || die
}
each_ruby_test() {
${RUBY} -S rake spec || die
}
all_ruby_install() {
all_fakegem_install