teamcapybara--capybara/lib
Bernerd Schaefer a8a4efc379 Use TCPServer to find available port for server
This protects against the race conditions which inevitably occur
when booting multiple capybara servers (such as running specjour).
TCPServer.new() will set recently opened sockets to SOCK_WAIT status to
ensure that a certain amount of time elapses before they are reused.
2010-07-06 16:03:32 -05:00
..
capybara Use TCPServer to find available port for server 2010-07-06 16:03:32 -05:00
capybara.rb Making "save and open page" file output path configurable to optionally avoid loads of capybara-*.html files in project root. 2010-06-27 02:36:25 +02:00