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

Adding note about Capybara.app with Sinatra

This commit is contained in:
Jesse Cooke 2012-04-17 15:29:28 -07:00 committed by Joe Ferris
parent 0c57019dca
commit 6d224d0791

View file

@ -55,6 +55,10 @@ 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.md).
If you're using capybara-webkit with Sinatra, don't forget to set
Capybara.app = MySinatraApp.new
Non-Standard Driver Methods
---------------------------