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

Merge pull request #1043 from CorgiDude/patch-1

Tiny rdoc fix in Capybara::Node::Actions [ci skip]
This commit is contained in:
Jonas Nicklas 2013-04-10 00:10:14 -07:00
commit cfc0099712

View file

@ -19,7 +19,7 @@ module Capybara
# Finds a link by id or text and clicks it. Also looks at image
# alt text inside the link.
#
# @param [String] locator Text, id or text of link
# @param [String] locator Text or id of link
# @param options
# @option options [String] :href The value the href attribute must be
#