Skip to content

Commit 4b8a359

Browse files
committed
fix line length
1 parent 151eff1 commit 4b8a359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/completely/installer_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
describe '#command' do
1818
it 'returns a copy command as an array' do
19-
expect(subject.command).to eq %w[sudo cp completions.bash /usr/share/bash-completion/completions/completely-test]
19+
expect(subject.command)
20+
.to eq %w[sudo cp completions.bash /usr/share/bash-completion/completions/completely-test]
2021
end
2122

2223
context 'when the user is root' do

0 commit comments

Comments
 (0)