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:
parent
716ec292fc
commit
b826b3556a
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ module Capybara
|
|||
#
|
||||
# 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)
|
||||
raise_server_error!
|
||||
|
|
Loading…
Reference in a new issue