We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a46a1 commit 6d59be7Copy full SHA for 6d59be7
spec/bashly/commands/render_spec.rb
@@ -21,7 +21,7 @@
21
context 'with --about' do
22
it 'shows the readme of the template source' do
23
expect { subject.execute %w[render :markdown --about] }
24
- .to output_approval('cli/render/about-markdown').diff(5)
+ .to output_approval('cli/render/about-markdown').diff(8)
25
end
26
27
0 commit comments