Skip to content

Commit 076ec6e

Browse files
committed
Update rubocop RSpec matchers
1 parent f804839 commit 076ec6e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.rubocop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,19 +357,19 @@ Style/YAMLFileRead: # new in 1.53
357357
Enabled: true
358358
Capybara/FindAllFirst: # new in 2.22
359359
Enabled: true
360-
Capybara/MatchStyle: # new in 2.17
360+
Capybara/RSpec/MatchStyle: # new in 2.17
361361
Enabled: true
362-
Capybara/NegationMatcher: # new in 2.14
362+
Capybara/RSpec/NegationMatcher: # new in 2.14
363363
Enabled: true
364-
Capybara/NegationMatcherAfterVisit: # new in 2.22
364+
Capybara/RSpec/NegationMatcherAfterVisit: # new in 2.22
365365
Enabled: true
366366
Capybara/RedundantWithinFind: # new in 2.20
367367
Enabled: true
368368
Capybara/SpecificActions: # new in 2.14
369369
Enabled: true
370370
Capybara/SpecificFinders: # new in 2.13
371371
Enabled: true
372-
Capybara/SpecificMatcher: # new in 2.12
372+
Capybara/RSpec/SpecificMatcher: # new in 2.12
373373
Enabled: true
374374
Capybara/RSpec/HaveSelector: # new in 2.19
375375
Enabled: true

0 commit comments

Comments
 (0)