Skip to content

Commit df456fa

Browse files
committed
rubocop
1 parent 21bc5d4 commit df456fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-performance
33
- rubocop-rspec
44

spec/completely/completions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
context 'with a configuration file that includes complete_options' do
5454
let(:file) { 'complete_options' }
5555

56-
it 'adds the complete_options to the complete_command' do
56+
it 'adds the complete_options to the complete command' do
5757
expect(subject.script).to match_approval 'completions/script-complete-options'
5858
end
5959
end

spec/completely/config_spec.rb

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

1616
describe 'config' do
1717
it 'ignores the completely_config YAML key' do
18-
expect(subject.config.keys).to eq ["mygit"]
18+
expect(subject.config.keys).to eq ['mygit']
1919
end
2020
end
2121

0 commit comments

Comments
 (0)