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 2ceab4e525 Forward stderr via Open3#popen3
Forwarding stderr via 2>&1 causes an additional child process to be
spawned.  Killing that process does not kill webkit_server.

JavaScipt console messages and alerts are now written to the logger
instead of directly to stdout.
2012-11-30 21:38:56 -05:00
..
browser.rb Remove the Source command 2012-11-30 21:38:56 -05:00
connection.rb Forward stderr via Open3#popen3 2012-11-30 21:38:56 -05:00
cookie_jar.rb Follow new capybara driver naming/module conventions 2012-07-08 12:31:18 -07:00
driver.rb Remove the Source command 2012-11-30 21:38:56 -05:00
errors.rb Follow new capybara driver naming/module conventions 2012-07-08 12:31:18 -07:00
matchers.rb Fixes problem with RSpec matcher. Probably the RSpec API changed recently. 2012-03-23 12:24:38 -04:00
node.rb Ensure the attribute exists before returning its value 2012-11-30 21:38:56 -05:00
socket_debugger.rb Fix tests and remove 'kind_of?' 2012-08-10 13:30:34 -04:00
version.rb Bump to 0.13.0 2012-11-09 13:08:13 -05:00