From 099a8ebf06e3c8eb1d19d633c8ecd2090cf8b8d8 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Sat, 27 Aug 2011 03:29:03 +0300 Subject: [PATCH] Ninja edit --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index be7b63e2..64e74b7c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,7 +8,7 @@ Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb. Capybara simulates how a real user would interact with a web application. It is agnostic about the driver running your tests and currently comes with Rack::Test and Selenium support built in. -HtmlUnit and env.js are supported through external gems. +HtmlUnit, WebKit and env.js are supported through external gems. A complete reference is available at {at rubydoc.info}[http://rubydoc.info/github/jnicklas/capybara/master].