Clear tap cache after setting up test formula.

This commit is contained in:
Markus Reiter 2024-02-16 10:44:01 +01:00
parent 645cf35ae1
commit ad1d50e64a
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -180,6 +180,8 @@ RSpec.shared_context "integration test" do # rubocop:disable RSpec/ContextWordin
#{content.gsub(/^(?!$)/, " ")}
end
RUBY
CoreTap.instance.clear_cache
end
end