Fix tapioca compiler args test

This commit is contained in:
Ruoyu Zhong 2024-04-23 15:47:36 +08:00
parent 107b8c7ca5
commit b53998c21f
No known key found for this signature in database

View File

@ -19,9 +19,9 @@ 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?", :auto?, :cask?, :casks?, :d?, :debug?, :formula?, :formulae?,
:"1?", :cask?, :casks?, :d?, :debug?, :formula?, :formulae?,
:full_name?, :h?, :help?, :installed_as_dependency?,
:installed_on_request?, :l?, :manual?, :multiple?, :pinned?,
:installed_on_request?, :l?, :multiple?, :pinned?,
:q?, :quiet?, :r?, :t?, :v?, :verbose?, :versions?
)
end