Skip to content

Commit 1923b17

Browse files
committed
Fix typo in spec
1 parent 1f0ce6d commit 1923b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/parser/option_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def option(name, options={})
176176
end
177177

178178
it "uses padding when no aliases are given" do
179-
expect(parse(:foo, :boolean).usage)).to eq(" [--foo]")
179+
expect(parse(:foo, :boolean).usage).to eq(" [--foo]")
180180
end
181181

182182
it "uses banner when supplied" do

0 commit comments

Comments
 (0)