Skip to content

Commit a6a46a1

Browse files
committed
fix ci
1 parent 8629d26 commit a6a46a1

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')
24+
.to output_approval('cli/render/about-markdown').diff(5)
2525
end
2626
end
2727

0 commit comments

Comments
 (0)