当我使用 :js => true
来测试 js 的功能时,抛出了 Rack application timed out during boot
错误
我尝试了 http://docs.tddium.com/troubleshooting/browser-based-integration-tests , http://stackoverflow.com/questions/13387455/guard-executing-all-specs-causes-capybara-js-test-to-return-rack-application 这些方法,错误依然存在。
我使用
gem "capybara", '~> 2.0.1'
gem 'xpath', '~> 1.0.0'
gem 'selenium-webdriver', '~> 2.0'
并使用默认的 driver 引擎
请各位测试达人帮忙看看,小弟拜谢了