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 5bf70ba commit 23e99deCopy full SHA for 23e99de
spec/completely/commands/install_spec.rb
@@ -5,7 +5,7 @@
5
6
context 'with --help' do
7
it 'shows long usage' do
8
- expect { subject.execute %w[install --help] }.to output_approval('cli/install/help')
+ expect { subject.execute %w[install --help] }.to output_approval('cli/install/help').diff(10)
9
end
10
11
0 commit comments