remove note about broken Culerity from README

This commit is contained in:
Jonas Nicklas 2009-11-25 00:10:30 +01:00
parent 792457376f
commit e9e1e52ec4
1 changed files with 1 additions and 3 deletions

View File

@ -154,9 +154,7 @@ Capybara is hosted on Gemcutter, install it with:
== Gotchas:
* Install JRuby and the 'celerity' gem, version 0.7.4 (0.7.5 has a bug with
password fields) under JRuby for Culerity support. Also you'll need to install
teh edge version of Culerity until a new gem release becomes available, since
0.2.3 does not work (at all!) with Capybara.
password fields) under JRuby for Culerity support.
* Everything is *case sensitive*. Capybara heavily relies on XPath, which
doesn't support case insensitive searches.