1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/lib/capybara/webkit
Matthew Horan 144a43ff7b Raise better errors if server fails to start
* When WEBKIT_SERVER_START_TIMEOUT was reached, @port would get set to
  nil. If execution of the SERVER_PROCESS returned immediately, @port
  would get set to 0. This lead to odd cross-platform behavior in
  #connect, which would try to connect to a nonsense port.
2014-07-13 14:35:05 -04:00
..
browser.rb Update for Capybara 2.3.0 2014-07-01 20:36:42 -04:00
connection.rb Raise better errors if server fails to start 2014-07-13 14:35:05 -04:00
cookie_jar.rb Only require 'webrick/cookie' in order to avoid long load times on ruby 2.0.0-p195 2013-07-15 14:09:54 -07:00
driver.rb Update for Capybara 2.3.0 2014-07-01 20:36:42 -04:00
errors.rb Raise better errors if server fails to start 2014-07-13 14:35:05 -04:00
matchers.rb Fixes problem with RSpec matcher. Probably the RSpec API changed recently. 2012-03-23 12:24:38 -04:00
node.rb Check node index atomically to prevent race condition 2013-12-06 10:43:17 -05:00
socket_debugger.rb Fix tests and remove 'kind_of?' 2012-08-10 13:30:34 -04:00
version.rb Release capybara-webkit 2.1.0 2014-07-02 13:53:59 -04:00