Autofix Rubocop RSpec/Capybara/FeatureMethods (#23708)

This commit is contained in:
Nick Schonning 2023-02-18 16:59:00 -05:00 committed by GitHub
commit c0d7c855b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 26 deletions

View file

@ -602,14 +602,6 @@ RSpec/BeforeAfterAll:
Exclude:
- 'spec/requests/localization_spec.rb'
# Offense count: 14
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnabledMethods.
RSpec/Capybara/FeatureMethods:
Exclude:
- 'spec/features/log_in_spec.rb'
- 'spec/features/profile_spec.rb'
# Offense count: 558
# Configuration parameters: Prefixes, AllowedPatterns.
# Prefixes: when, with, without