Sunday, September 8, 2013

Rspec fails to run after bundle update

Turns out that the problem goes away if you change

gem 'selenium-webdriver', '2.0.0'

to

gem 'selenium-webdriver', '~> 2.35.1'

as was mentioned here


No comments:

Post a Comment