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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user