Skip to content

Commit 23e99de

Browse files
committed
add approval leeway for ci
1 parent 5bf70ba commit 23e99de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/completely/commands/install_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
context 'with --help' do
77
it 'shows long usage' do
8-
expect { subject.execute %w[install --help] }.to output_approval('cli/install/help')
8+
expect { subject.execute %w[install --help] }.to output_approval('cli/install/help').diff(10)
99
end
1010
end
1111

0 commit comments

Comments
 (0)