Skip to content

Commit 6d59be7

Browse files
committed
fix ci
1 parent a6a46a1 commit 6d59be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bashly/commands/render_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
context 'with --about' do
2222
it 'shows the readme of the template source' do
2323
expect { subject.execute %w[render :markdown --about] }
24-
.to output_approval('cli/render/about-markdown').diff(5)
24+
.to output_approval('cli/render/about-markdown').diff(8)
2525
end
2626
end
2727

0 commit comments

Comments
 (0)