Skip to content

Commit a69f7fc

Browse files
Fix table spec.
1 parent 06283fd commit a69f7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/shell/basic_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def #456 Lanç...
215215
2.times { @table.first.pop }
216216
content = capture(:stdout) { shell.print_table(@table) }
217217
expect(content).to eq(<<-TABLE)
218-
abc
218+
abc
219219
#0 empty
220220
xyz #786 last three
221221
TABLE

0 commit comments

Comments
 (0)