Note the gem 'capybara-webkit', github: 'thoughtbot/capybara-webkit', branch: 'master'
Seeing hundreds of these running tests lately:
DEPRECATED: Capybara::Helpers::normalize_whitespace is deprecated, please update your driver
The internet said to track master (this fixed the deprecation warnings), and capybara-webkit is retired/archived at this point so we might want to look into migrating away from it at some point.
Note the
gem 'capybara-webkit', github: 'thoughtbot/capybara-webkit', branch: 'master'
Seeing hundreds of these running tests lately:
DEPRECATED: Capybara::Helpers::normalize_whitespace is deprecated, please update your driver
The internet said to track master (this fixed the deprecation warnings), and capybara-webkit is retired/archived at this point so we might want to look into migrating away from it at some point.