From 601320c16301dbd7e8830e8c2ab7d6aef5b65abe Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Aug 2023 09:53:56 +0100 Subject: gentoo auto-resync : 25:08:2023 - 09:53:56 --- dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild') 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 -- cgit v1.2.3