commit:     d0bc3dac8d503ed73d7608a320830fb3cf444b2f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  5 09:12:28 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec  5 09:12:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bc3dac

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

 dev-ruby/httparty/httparty-0.13.7.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/httparty/httparty-0.13.7.ebuild 
b/dev-ruby/httparty/httparty-0.13.7.ebuild
index a26eba9..a48ad9d 100644
--- a/dev-ruby/httparty/httparty-0.13.7.ebuild
+++ b/dev-ruby/httparty/httparty-0.13.7.ebuild
@@ -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
 

Reply via email to