Commit Graph

11 Commits

Author SHA1 Message Date
Niklas Baumstark 25281b77dc add option to set an HTTP proxy 2011-10-14 17:37:34 -04:00
Niklas Baumstark d59e36b8db remove call to `Socket#shutdown`
refs #176
2011-10-14 16:38:43 -04:00
Niklas Baumstark a0d4a21fd3 fixes wrongly used call to `Socket#shutdown`
refs #176
2011-10-14 16:38:43 -04:00
Niklas Baumstark bb8050696c really shutdown test HTTPS server. 2011-10-14 16:38:43 -04:00
Niklas Baumstark d348e203a8 kill HTTPS server after usage, don't pollute STDOUT 2011-10-14 16:38:43 -04:00
Niklas Baumstark a08e5e8794 adds Ruby-side configuration options and specs for ignoring SSL errors. 2011-10-14 16:38:43 -04:00
Matthew Mongeau 3eb366e011 Only allow process that started server to shut it down. 2011-10-14 15:49:19 -04:00
Hongli Lai (Phusion) dc49e5f875 Forward webkit_server's stdout to Ruby's stdout.
This allows console.log() messages to be visible, and prevents
large numbers of console.log() calls from filling up webkit_server's pipe
which would block the process.
2011-08-15 19:04:40 +02:00
Ant Ramm 9fe7301d48 Added test for Capybara::Driver::Webkit and updated spec_helper path in spec/browser_spec.rb 2011-07-08 14:17:38 +01:00
John Barker 88d4a6aa65 Use neater be_between which is also inclusive, since 1024 is unprivileged and 65535 is valid 2011-07-06 20:36:30 +08:00
John Barker 3d39b59071 Add some basic testing for the browser to make sure the random port code is working 2011-07-06 20:30:52 +08:00