Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit makes this repo to use RuboCop RSpec 2.26 and suppress the following new offenses: ```console $ bundle exec rubocop (snip) spec/project_spec.rb:261:11: C: [Correctable] RSpec/ExampleWording: Do not use the future tense when describing your tests. it 'will not have a directory' do ^^^^^^^^^^^^^^^^^^^^^^^^^ spec/rubocop/cop/performance/count_spec.rb:185:9: C: [Correctable] RSpec/ExampleWording: Do not use the future tense when describing your tests. it 'will not raise an error for Bundler.setup' do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ spec/rubocop/cop/performance/count_spec.rb:189:9: C: [Correctable] RSpec/ExampleWording: Do not use the future tense when describing your tests. it 'will not raise an error for RakeTask.new' do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
- Loading branch information