mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Allow rescue without specified StandardError
This commit is contained in:
parent
e68051f6ac
commit
5233962c7c
1 changed files with 3 additions and 0 deletions
|
@ -1151,3 +1151,6 @@ Style/WordArray:
|
|||
Description: 'Use %w or %W for arrays of words.'
|
||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#percent-w'
|
||||
Enabled: false
|
||||
|
||||
Style/RescueStandardError:
|
||||
Enabled: false
|
Loading…
Reference in a new issue