From eb6165d933f6c69b148f5566acaefdabfb55b79f Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Tue, 1 Nov 2011 14:19:28 -0500 Subject: [PATCH] Add a couple of notes that :js => true should still be used, and to note the Transactional fixtures gotcha in the main README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c6758f0..cafcb13 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ Set your Capybara Javascript driver to webkit: Tag scenarios with @javascript to run them using a headless WebKit browser. +Use the :js => true flag on RSpec tests as usual +And note the Transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.rdoc) + Contributing ------------