From 15c281984983b33ba9e3f5261a9f94ab6d54b704 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Mon, 22 Apr 2024 12:25:41 +0800 Subject: [PATCH] Fix tapioca compiler args test --- Library/Homebrew/test/sorbet/tapioca/compilers/args_spec.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/test/sorbet/tapioca/compilers/args_spec.rb b/Library/Homebrew/test/sorbet/tapioca/compilers/args_spec.rb index e12cadbb49..5e078710b5 100644 --- a/Library/Homebrew/test/sorbet/tapioca/compilers/args_spec.rb +++ b/Library/Homebrew/test/sorbet/tapioca/compilers/args_spec.rb @@ -19,8 +19,10 @@ RSpec.describe Tapioca::Compilers::Args do describe "#args_table" do it "returns a mapping of list args to default values" do expect(compiler.args_table(list_parser).keys).to contain_exactly( - :"1?", :cask?, :casks?, :d?, :debug?, :formula?, :formulae?, :full_name?, :h?, :help?, :l?, :multiple?, - :pinned?, :q?, :quiet?, :r?, :t?, :v?, :verbose?, :versions? + :"1?", :auto?, :cask?, :casks?, :d?, :debug?, :formula?, :formulae?, + :full_name?, :h?, :help?, :installed_as_dependency?, + :installed_on_request?, :l?, :manual?, :multiple?, :pinned?, + :q?, :quiet?, :r?, :t?, :v?, :verbose?, :versions? ) end