summaryrefslogtreecommitdiff
path: root/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild')
-rw-r--r--dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild
index b03436238718..6c919e19b92b 100644
--- a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild
+++ b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/splattael/minitest-around"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-IUSE=""
+IUSE="test"
ruby_add_rdepend "dev-ruby/minitest:5"
@@ -25,6 +25,8 @@ all_ruby_prepare() {
sed -i -e '/bump/ s:^:#:' \
-e '/ls-files/d' \
-e '/cucumber/ s/,.*$//' minitest-around.gemspec Rakefile || die
+ sed -e '/bundler/ s:^:#:' \
+ -i test/helper.rb || die
}
each_ruby_test() {