mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Remove info about Capybara-env.js, since it is basically unmaintained
This commit is contained in:
parent
acbb81cb90
commit
6b3157e480
1 changed files with 0 additions and 15 deletions
15
README.rdoc
15
README.rdoc
|
@ -269,21 +269,6 @@ use to drive {HtmlUnit}[http://htmlunit.sourceforge.net/]:
|
|||
Note: HtmlUnit does not support transactional fixtures; see the section
|
||||
"Transactional Fixtures" below.
|
||||
|
||||
=== env.js
|
||||
|
||||
The {capybara-envjs driver}[http://github.com/smparkes/capybara-envjs]
|
||||
uses the envjs gem ({GitHub}[http://github.com/smparkes/env-js],
|
||||
{rubygems.org}[http://rubygems.org/gems/envjs]) to interpret
|
||||
JavaScript outside the browser. The driver is installed by installing the capybara-envjs gem:
|
||||
|
||||
gem install capybara-envjs
|
||||
|
||||
More info about the driver and env.js are available through the links above. The envjs gem only supports
|
||||
Ruby 1.8.7 at this time.
|
||||
|
||||
Note: Envjs does not support transactional fixtures; see the section
|
||||
"Transactional Fixtures" below.
|
||||
|
||||
=== Capybara-webkit
|
||||
|
||||
The {capybara-webkit drive}[https://github.com/thoughtbot/capybara-webkit] is for true headless
|
||||
|
|
Loading…
Reference in a new issue