spec_helper: workaround for removing Frameworks
This commit is contained in:
parent
8d30912e16
commit
875bfbc8d3
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user