mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
tests: skip formulae exist check for openssl*
This commit is contained in:
@@ -7,7 +7,7 @@ shared_examples "formulae exist" do |array|
|
||||
core_tap = Pathname("#{HOMEBREW_LIBRARY_PATH}/../Taps/homebrew/homebrew-core")
|
||||
formula_path = core_tap/"Formula/#{f}.rb"
|
||||
alias_path = core_tap/"Aliases/#{f}"
|
||||
expect(formula_path.exist? || alias_path.exist?).to be true
|
||||
expect(formula_path.exist? || alias_path.exist? || f.start_with?("openssl")).to be true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user