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

fix documentation [ci skip]

This commit is contained in:
Thomas Walpole 2015-09-18 12:46:33 -07:00
parent 716ec292fc
commit b826b3556a

View file

@ -204,7 +204,7 @@ module Capybara
# #
# Will actually navigate to `http://google.com:4567/test`. # Will actually navigate to `http://google.com:4567/test`.
# #
# @param [#to_s] url The URL to navigate to. The parameter will be cast to a String. # @param [#to_s] visit_uri The URL to navigate to. The parameter will be cast to a String.
# #
def visit(visit_uri) def visit(visit_uri)
raise_server_error! raise_server_error!