Skip to content

Commit

Permalink
Merge 67e2222 into 9f8c890
Browse files Browse the repository at this point in the history
  • Loading branch information
rthbound committed Jun 22, 2013
2 parents 9f8c890 + 67e2222 commit 61a385b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/parser/option_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ def option(name, options={})
expect(parse(:foo, :boolean).usage).to eq("[--foo]")
end

it "uses padding when no aliases are given" do
expect(parse(:foo, :boolean).usage).to eq(" [--foo]")
it "does not use padding when no aliases are given" do
expect(parse(:foo, :boolean).usage).to eq("[--foo]")
end

it "uses banner when supplied" do
Expand Down

0 comments on commit 61a385b

Please sign in to comment.