Autofix Rubocop RSpec/Capybara/FeatureMethods (#23708)

This commit is contained in:
Nick Schonning
2023-02-18 16:59:00 -05:00
committed by GitHub
parent 08289a38fa
commit c0d7c855b3
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