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

Removed super outdated note about celerity 0.7.5

This commit is contained in:
Jonas Nicklas 2010-09-16 21:48:03 +02:00
parent e5bf09bc28
commit 963190a76d

View file

@ -120,10 +120,6 @@ JRuby:
jruby -S gem install celerity
Note that some specs currently fail on celerity 0.7.5, due to a bug in recent
versions of HTMLUnit. It is recommended you use celerity 0.7.4 for the time
being.
== Culerity
Install celerity as noted above, make sure JRuby is in your path. Note that
@ -340,7 +336,7 @@ Normally Capybara expects to be testing an in-process Rack application, but you
Capybara.current_driver = :selenium
Capybara.app_host = 'http://www.google.com'
...
...
visit('/')
Note that rack-test does not support running against a remote server. With drivers that support it, you can also visit any URL directly: