1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

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

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