summaryrefslogtreecommitdiff
path: root/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-25 09:53:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-25 09:53:56 +0100
commit601320c16301dbd7e8830e8c2ab7d6aef5b65abe (patch)
tree0a8e4b21dcd17c963ccfe0c1c815a38f7cdeb425 /dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
parentfad7c346bcf147b6a580ccc1d0a9b35dbe194ecc (diff)
gentoo auto-resync : 25:08:2023 - 09:53:56
Diffstat (limited to 'dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild')
-rw-r--r--dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
index f350cbe37113..8af717f5741a 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
@@ -36,6 +36,9 @@ all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
+ # Fix minitest deprecation
+ sed -i -e 's/MiniTest/Minitest/' spec/rspec/expectations/minitest_integration_spec.rb || die
+
# Remove the Gemfile to avoid running through 'bundle exec'
rm -f Gemfile || die