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:
parent
8d2251de38
commit
eb6165d933
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ Set your Capybara Javascript driver to webkit:
|
||||||
|
|
||||||
Tag scenarios with @javascript to run them using a headless WebKit browser.
|
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
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue