mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix a warning for obsolete parameter
``` Warning: obsolete parameter `IgnoredMethods` (for `Metrics/BlockLength`) found in .rubocop.yml `IgnoredMethods` has been renamed to `AllowedMethods` and/or `AllowedPatterns`. ```
This commit is contained in:
parent
f1588b82f1
commit
0ec9b138c4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Metrics/BlockLength:
|
|||
- 'spec/**/*'
|
||||
- 'lib/capybara/spec/**/*'
|
||||
- 'capybara.gemspec'
|
||||
IgnoredMethods:
|
||||
AllowedMethods:
|
||||
- Capybara.add_selector
|
||||
- Capybara::Selector::FilterSet.add
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue