1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #957 from kanerogers/patch-1

Update lib/capybara/node/matchers.rb
This commit is contained in:
Jonas Nicklas 2013-02-15 13:29:42 -08:00
commit 4e7d8e2f6e

View file

@ -13,7 +13,7 @@ module Capybara
# By default it will check if the expression occurs at least once,
# but a different number can be specified.
#
# page.has_selector?('p#foo', :count => 4)
# page.has_selector?('p.foo', :count => 4)
#
# This will check if the expression occurs exactly 4 times.
#