Skip to content

Commit 6d91576

Browse files
committed
Fix tests to match the new behavior
1 parent 5a6bd00 commit 6d91576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/base_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ def hello
192192
end
193193

194194
it "use padding in options that do not have aliases" do
195-
expect(@content).to match(/^ -t, \[--third/)
196-
expect(@content).to match(/^ \[--fourth/)
197-
expect(@content).to match(/^ y, r, \[--symbolic/)
195+
expect(@content).to match(/^ -t, \[--third/)
196+
expect(@content).to match(/^ \[--fourth/)
197+
expect(@content).to match(/^ -y, -r, \[--symbolic/)
198198
end
199199

200200
it "allows extra options to be given" do

0 commit comments

Comments
 (0)