diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-07-04 11:20:14 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-07-04 12:25:10 +0200 |
commit | 8950abb13093ac7c804f2848eb2155e0f7c43206 (patch) | |
tree | 6b4c5f5520a0b3236349988afbe83b24cba095bb /dev-ruby | |
parent | dev-ruby/rails-dom-testing: amd64 stable (diff) | |
download | gentoo-8950abb13093ac7c804f2848eb2155e0f7c43206.tar.gz gentoo-8950abb13093ac7c804f2848eb2155e0f7c43206.tar.bz2 gentoo-8950abb13093ac7c804f2848eb2155e0f7c43206.zip |
dev-ruby/rails-dom-testing: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild deleted file mode 100644 index 8cdcf4dde98a..000000000000 --- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Compare doms and assert certain elements exists in doms using Nokogiri" -HOMEPAGE="https://github.com/kaspth/rails-dom-testing" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/activesupport-4.2.0:* - >=dev-ruby/nokogiri-1.6" - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die -} |