I tried to run
BROWSER=firefox rspec spec
and got this error:
Selenium::WebDriver::Error::WebDriverError:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
The app hangs and raises that error after a long wait.
Is Volt Framework not locking selenium webdriver down to the correct version?