Add a couple of notes that :js => true should still be used, and to note the Transactional fixtures gotcha in the main README

This commit is contained in:
Joe Sak 2011-11-01 14:19:28 -05:00
parent 8d2251de38
commit eb6165d933
1 changed files with 3 additions and 0 deletions

View File

@ -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
------------