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

Merge pull request #1036 from arr-ee/patch-1

Removed duplicate option explanation
This commit is contained in:
Jonas Nicklas 2013-04-01 03:32:09 -07:00
commit dc928a9ec1

View file

@ -33,7 +33,6 @@ module Capybara
#
# === Configurable options
#
# [asset_host = String] The hostname for a server from which assets can be loaded, used by save_and_open_page
# [app_host = String] The default host to use when giving a relative URL to visit
# [always_include_port = Boolean] Whether the Rack server's port should automatically be inserted into every visited URL (Default: false)
# [asset_host = String] Where dynamic assets are hosted - will be prepended to relative asset locations if present (Default: nil)