1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Ninja edit

This commit is contained in:
Jonas Nicklas 2011-08-27 03:29:03 +03:00
parent b5d27e3542
commit 099a8ebf06

View file

@ -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].