From 7be8f94c5fc8859aecbaa43dce81eaeb51c3f3b0 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Tue, 1 Nov 2011 15:36:24 -0400 Subject: [PATCH] Clean up README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cafcb13f..8eef349b 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,11 @@ Set your Capybara Javascript driver to webkit: Capybara.javascript_driver = :webkit -Tag scenarios with @javascript to run them using a headless WebKit browser. +In cucumber, 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) +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). Contributing ------------