Skip to content

Commit

Permalink
Merge pull request #446 from sanger/depfu/update/rubocop-rspec-2.26.1
Browse files Browse the repository at this point in the history
Update rubocop-rspec 2.23.2 → 2.26.1 (minor)
  • Loading branch information
stevieing authored Feb 23, 2024
2 parents 108a932 + f20997c commit f0a08a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require:
- rubocop-rspec
AllCops:
NewCops: enable
SuggestExtensions: false
Exclude:
- db/schema.rb
- db/views_schema.rb
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand All @@ -258,8 +258,8 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
Expand Down
4 changes: 2 additions & 2 deletions spec/resource_tools/json_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

require 'rails_helper'

RSpec.describe ResourceTools::Json::Handler do # rubocop:todo RSpec/FilePath
RSpec.describe 'ResourceTools::Json::Handler' do
let(:json_class) do
Class.new(described_class) do
Class.new(ResourceTools::Json::Handler) do
translate('key' => 'translated')
end
end
Expand Down

0 comments on commit f0a08a9

Please sign in to comment.