internal_tap_json/formula_spec: add comment.

This commit is contained in:
Mike McQuaid 2024-02-28 10:49:36 +00:00 committed by GitHub
parent f1f2e24aec
commit 99c101bfc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,6 +108,7 @@ RSpec.describe "Internal Tap JSON -- Formula" do
"ruby_source_path" => "Formula/p/ponyc.rb",
"tap" => "homebrew/core",
"tap_git_head" => tap_git_head,
# TODO: improve this API before we ship internal API v3 to users
"uses_from_macos" => [{ "llvm"=>[:build, :test] }, "zlib"],
"uses_from_macos_bounds" => [{}, {}],
"versions" => { "bottle"=>true, "head"=>nil, "stable"=>"0.58.1" },