From 6535c1b175d4a835a8a25a117d1954f1b54d0928 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Fri, 8 Jun 2012 09:52:10 -0400 Subject: [PATCH] README links to more information about usage with RSpec. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1862ae..4958c70 100644 --- a/README.md +++ b/README.md @@ -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).