This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 6.0 assumes the use of the `selenium-webdriver` gem, and so tries to: 1. Require 'selenium/webdriver' - fix by adding an empty file with that path and adding it to $LOAD_PATH 2. Load `Selenium::WebDriver::*` constants due to the default `:chrome` for the `using:` argument - fix by adding a non-existent `:cuprite` browser so that we fall out of Rails' case statement (Cuprite ignores this value since it only works with Chrome anyway)
- Loading branch information