Fix tapioca compiler args test
This commit is contained in:
parent
a6268a19d6
commit
15c2819849
@ -19,8 +19,10 @@ RSpec.describe Tapioca::Compilers::Args do
|
|||||||
describe "#args_table" do
|
describe "#args_table" do
|
||||||
it "returns a mapping of list args to default values" do
|
it "returns a mapping of list args to default values" do
|
||||||
expect(compiler.args_table(list_parser).keys).to contain_exactly(
|
expect(compiler.args_table(list_parser).keys).to contain_exactly(
|
||||||
:"1?", :cask?, :casks?, :d?, :debug?, :formula?, :formulae?, :full_name?, :h?, :help?, :l?, :multiple?,
|
:"1?", :auto?, :cask?, :casks?, :d?, :debug?, :formula?, :formulae?,
|
||||||
:pinned?, :q?, :quiet?, :r?, :t?, :v?, :verbose?, :versions?
|
:full_name?, :h?, :help?, :installed_as_dependency?,
|
||||||
|
:installed_on_request?, :l?, :manual?, :multiple?, :pinned?,
|
||||||
|
:q?, :quiet?, :r?, :t?, :v?, :verbose?, :versions?
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user