Skip to content

Commit

Permalink
Merge pull request #1618 from troessner/dependabot/bundler/rubocop-rs…
Browse files Browse the repository at this point in the history
…pec-tw-2.5.0

Update rubocop-rspec requirement from ~> 2.4.0 to ~> 2.5.0
  • Loading branch information
mvz committed Oct 2, 2021
2 parents 0f747ed + 3e974d2 commit 6d41f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :development do
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rubocop', '~> 1.21.0'
gem 'rubocop-performance', '~> 1.11.5'
gem 'rubocop-rspec', '~> 2.4.0'
gem 'rubocop-rspec', '~> 2.5.0'
gem 'simplecov', ['>= 0.18.0', '< 0.22.0']
gem 'yard', '~> 0.9.5'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class K
describe '`accept` patterns' do
let(:source) { 'class Alfa1; end' }

it 'make smelly names pass ' do
it 'make smelly names pass' do
patterns = [/lfa1/, /Alfa1/]
patterns.each do |pattern|
expect(source).not_to reek_of(:UncommunicativeModuleName).with_config('accept' => pattern)
Expand Down

0 comments on commit 6d41f03

Please sign in to comment.