Merge pull request #16760 from Homebrew/clear-taps-between-test-runs-again
test: clear tap instance caches between test runs again
This commit is contained in:
commit
ece7e5d5b9
@ -204,6 +204,7 @@ RSpec.configure do |config|
|
|||||||
config.around do |example|
|
config.around do |example|
|
||||||
Homebrew.raise_deprecation_exceptions = true
|
Homebrew.raise_deprecation_exceptions = true
|
||||||
|
|
||||||
|
Tap.each(&:clear_cache)
|
||||||
Cachable::Registry.clear_all_caches
|
Cachable::Registry.clear_all_caches
|
||||||
FormulaInstaller.clear_attempted
|
FormulaInstaller.clear_attempted
|
||||||
FormulaInstaller.clear_installed
|
FormulaInstaller.clear_installed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user