spec_helper: workaround for removing Frameworks

This commit is contained in:
Steven Peters 2019-10-20 22:15:47 -07:00
parent 8d30912e16
commit 875bfbc8d3

View File

@ -198,6 +198,11 @@ RSpec.configure do |config|
CoreTap.instance.path/"formula_renames.json",
*Pathname.glob("#{HOMEBREW_CELLAR}/*/"),
]
if OS.mac?
FileUtils.rm_rf [
HOMEBREW_PREFIX/"Frameworks",
]
end
files_after_test = find_files