diff options
author | 2012-06-27 16:58:31 +0000 | |
---|---|---|
committer | 2012-06-27 16:58:31 +0000 | |
commit | b735392b87065131a3b2f0cd6fc39c33c986a8b0 (patch) | |
tree | 958e5fead89b8120544a99f7b03334243df096dd /dev-ruby/mocha | |
parent | Remove old. (diff) | |
download | gentoo-2-b735392b87065131a3b2f0cd6fc39c33c986a8b0.tar.gz gentoo-2-b735392b87065131a3b2f0cd6fc39c33c986a8b0.tar.bz2 gentoo-2-b735392b87065131a3b2f0cd6fc39c33c986a8b0.zip |
Run tests directly instead of via rake to avoid unneeded dependency on yard, bug 423187.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/mocha')
-rw-r--r-- | dev-ruby/mocha/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/mocha/mocha-0.11.4.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-ruby/mocha/ChangeLog b/dev-ruby/mocha/ChangeLog index da16a71f9a7b..00b94e83258a 100644 --- a/dev-ruby/mocha/ChangeLog +++ b/dev-ruby/mocha/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/mocha # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.61 2012/06/13 17:47:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.62 2012/06/27 16:58:31 graaff Exp $ + + 27 Jun 2012; Hans de Graaff <graaff@gentoo.org> mocha-0.11.4.ebuild: + Run tests directly instead of via rake to avoid unneeded dependency on yard, + bug 423187. 13 Jun 2012; Hans de Graaff <graaff@gentoo.org> -mocha-0.9.10.ebuild, -mocha-0.10.0.ebuild, -mocha-0.10.3.ebuild: diff --git a/dev-ruby/mocha/mocha-0.11.4.ebuild b/dev-ruby/mocha/mocha-0.11.4.ebuild index c87435ef0ef0..72e7be33dfdf 100644 --- a/dev-ruby/mocha/mocha-0.11.4.ebuild +++ b/dev-ruby/mocha/mocha-0.11.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.3 2012/06/13 17:39:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.4 2012/06/27 16:58:31 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -40,6 +40,10 @@ all_ruby_compile() { fi } +each_ruby_test() { + ${RUBY} -Ilib -S testrb test/unit/* || die +} + all_ruby_install() { all_fakegem_install |