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:
commit
dc928a9ec1
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue