rubocop-rspec.yml in gitlab-styles-9.2.0 vs rubocop-rspec.yml in gitlab-styles-10.0.0

- old
+ new

@@ -12,14 +12,9 @@ # We don't enforce this as we use this technique in a few places. RSpec/BeforeAfterAll: Enabled: false -# Checks if there is a more specific finder offered by Capybara. -# https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/merge_requests/131#note_1141024624 -RSpec/Capybara/SpecificFinders: - Enabled: false - # Enforces consistent use of be_a or be_kind_of. # https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles/-/merge_requests/131#note_1141022718 RSpec/ClassCheck: Enabled: false