現在、キュウリ機能スイート全体を を使用して作成していselenium-webdriver
ます。selenium-webdriver から capybara-webkit に移行したいです。Gemfile で
コメントアウトするなどの必要なすべての手順を実行し、次の行を追加して my に追加しました。selenium-webdriver
gem 'capybara-webkit', :git=> 'git://github.com/thoughtbot/capybara-webkit.git'
features/support/env.rb
Capybara.javascript_driver = :webkit
それでもこのエラーメッセージが表示されます。
Capybara's selenium driver is unable to load `selenium-webdriver`,
please install the gem and add `gem 'selenium-webdriver'` to your
Gemfile if you are using bundler. (LoadError)