Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Alba authored and joliss committed May 11, 2011
1 parent 774ee9c commit 9cdf015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/selenium.feature
@@ -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
2 changes: 1 addition & 1 deletion lib/capybara.rb
Expand Up @@ -83,7 +83,7 @@ def register_driver(name, &block)
# 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:
#
Expand Down

0 comments on commit 9cdf015

Please sign in to comment.