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 151eff1 commit 4b8a359Copy full SHA for 4b8a359
spec/completely/installer_spec.rb
@@ -16,7 +16,8 @@
16
17
describe '#command' do
18
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]
+ expect(subject.command)
20
+ .to eq %w[sudo cp completions.bash /usr/share/bash-completion/completions/completely-test]
21
end
22
23
context 'when the user is root' do
0 commit comments