diff --git a/.rubocop.yml b/.rubocop.yml index 8c7df35..b10b250 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -50,9 +50,6 @@ Capybara/RSpec/NegationMatcherAfterVisit: Capybara/RSpec/PredicateMatcher: Enabled: true -Capybara/RSpec/SpecificFinders: - Enabled: true - Capybara/RSpec/SpecificMatcher: Enabled: true @@ -62,6 +59,9 @@ Capybara/RSpec/VisibilityMatcher: Capybara/SpecificActions: Enabled: true +Capybara/SpecificFinders: + Enabled: true + Metrics: Enabled: false diff --git a/Gemfile.lock b/Gemfile.lock index 817ba9f..fe57298 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.5) + json (2.19.8) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -246,7 +246,7 @@ GEM rspec-mocks (>= 3.13.0, < 5.0.0) rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) - rubocop (1.86.2) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0)