Skip to content

Commit

Permalink
Clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Nov 1, 2011
1 parent eb6165d commit 7be8f94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -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
------------
Expand Down

0 comments on commit 7be8f94

Please sign in to comment.