README links to more information about usage with RSpec.

This commit is contained in:
Joe Ferris 2012-06-08 09:52:10 -04:00
parent 7a1dbe26eb
commit 6535c1b175
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Set your Capybara Javascript driver to webkit:
In cucumber, tag scenarios with @javascript to run them using a headless WebKit browser.
In RSpec, use the :js => true flag.
In RSpec, use the :js => true flag. See the [capybara documention](http://rubydoc.info/gems/capybara#Using_Capybara_with_RSpec) for more information about using capybara with RSpec.
Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.md).