mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Fix typo in README
"documention" => "documentation"
This commit is contained in:
parent
3f011c2684
commit
bb6ddc848a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Capybara.javascript_driver = :webkit
|
|||
|
||||
In cucumber, tag scenarios with @javascript to run them using a headless WebKit browser.
|
||||
|
||||
In RSpec, use the `:js => true` flag. See the [capybara documention](http://rubydoc.info/gems/capybara#Using_Capybara_with_RSpec) for more information about using capybara with RSpec.
|
||||
In RSpec, use the `:js => true` flag. See the [capybara documentation](http://rubydoc.info/gems/capybara#Using_Capybara_with_RSpec) for more information about using capybara with RSpec.
|
||||
|
||||
Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.md).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue