teamcapybara--capybara/lib/capybara
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
..
driver More informative error message for infinite redirects 2010-06-30 00:21:49 +02:00
spec Add test so that will fail on incorrectly scoped selects 2010-07-01 19:45:02 -07:00
cucumber.rb Added @celerity tag for cucumber 2010-01-01 18:00:04 +01:00
dsl.rb Clean up cookies when resetting session 2010-01-23 12:58:30 +01:00
node.rb Removed unused base code for relative finds 2010-02-27 19:26:38 +01:00
rails.rb Actually, we don't seem to need to do the static stuff at all in Rails 3 2010-07-03 21:28:49 +02:00
save_and_open_page.rb No assuming active support! 2010-06-29 21:54:23 +02:00
searchable.rb :text option in Capybara::Searchable#all should be escaped if String 2010-05-06 18:22:48 +02:00
server.rb Use TCPServer to find available port for server 2010-07-06 16:03:32 -05:00
session.rb add useful error message to locate when specifying a :css or :xpath. fixes #96 2010-06-30 23:41:37 +02:00
version.rb tagged 0.3.9 2010-07-03 21:47:33 +02:00
wait_until.rb Sleep a little while, closes #44 2010-05-09 17:00:33 +02:00
xpath.rb Merge remote branch 'ursm/input-without-type' 2010-06-19 17:46:54 +02:00