Fixed typo

This commit is contained in:
Joe Alba 2011-05-10 14:13:05 -07:00 committed by Jo Liss
parent 774ee9cfe3
commit 9cdf015e28
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
@selenium
Feature: an entire feature that uses selenium
Scenario: should use selenium without being explicitely told
Scenario: should use selenium without being explicitly told
Then Capybara should use the "selenium" driver

View File

@ -83,7 +83,7 @@ module Capybara
# within(:row, 3) { page.should have_content('$100.000') }
#
# It might be convenient to specify that the selector is automatically chosen for certain
# values. This way you don't have to explicitely specify that you are looking for a row, or
# values. This way you don't have to explicitly specify that you are looking for a row, or
# an id. Let's say we want Capybara to treat any Symbols sent into methods like find to be
# treated as though they were element ids. We could achieve this like so:
#