Skip to content

Commit

Permalink
Update visit's documentation to indicate that it requires something t…
Browse files Browse the repository at this point in the history
…hat can become a string
  • Loading branch information
shepmaster committed Jul 8, 2014
1 parent 013c760 commit ffc31a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/session.rb
Expand Up @@ -199,7 +199,7 @@ def current_url
#
# Will actually navigate to `http://google.com:4567/test`.
#
# @param [String] url The URL to navigate to
# @param [#to_s] url The URL to navigate to. The parameter will be cast to a String.
#
def visit(url)
raise_server_error!
Expand Down

0 comments on commit ffc31a8

Please sign in to comment.