From ad1d50e64a210c038187f8997aee3016fc423281 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 16 Feb 2024 10:44:01 +0100 Subject: [PATCH] Clear tap cache after setting up test formula. --- .../test/support/helper/spec/shared_context/integration_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb index 9bbb0d1cba..ff4792c29d 100644 --- a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb +++ b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb @@ -180,6 +180,8 @@ RSpec.shared_context "integration test" do # rubocop:disable RSpec/ContextWordin #{content.gsub(/^(?!$)/, " ")} end RUBY + + CoreTap.instance.clear_cache end end