Update documentation to point to actual capybara readme.

This commit is contained in:
Matthew Mongeau 2012-01-13 13:10:02 -05:00
parent d8c640d186
commit e2c103cda6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ In cucumber, tag scenarios with @javascript to run them using a headless WebKit
In RSpec, use the :js => true flag.
Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.rdoc).
Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.md).
Contributing
------------