Add RSpec/Capybara/SpecificActions rubocop rule

This rule was added in rubocop-rspec 2.14.0. Even though we always
follow this rule, we haven't always done so in the past. Now we're
making sure we'll keep following this rule.
This commit is contained in:
Javi Martín
2023-09-06 15:47:58 +02:00
parent 05757c7f02
commit a796e450b7

View File

@@ -486,6 +486,9 @@ RSpec/Capybara/FeatureMethods:
RSpec/Capybara/NegationMatcher: RSpec/Capybara/NegationMatcher:
Enabled: true Enabled: true
RSpec/Capybara/SpecificActions:
Enabled: true
RSpec/Capybara/VisibilityMatcher: RSpec/Capybara/VisibilityMatcher:
Enabled: true Enabled: true