mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
fix rubocop issue
This commit is contained in:
parent
3e28cb906b
commit
3ae9bbcc8a
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ private
|
|||
def bridge
|
||||
browser.send(:bridge)
|
||||
end
|
||||
|
||||
|
||||
def specialize_driver
|
||||
browser_type = browser.browser
|
||||
Capybara::Selenium::Driver.specializations.select { |k, _v| k === browser_type }.each_value do |specialization| # rubocop:disable Style/CaseEquality
|
||||
|
|
Loading…
Add table
Reference in a new issue