mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Remove info about thin from rdoc
Capybara doesn't use thin from version 2.0.2
This commit is contained in:
parent
0f7891b953
commit
2c1359b33c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ module Capybara
|
|||
# Rack::Handler::Mongrel.run(app, :Port => port)
|
||||
# end
|
||||
#
|
||||
# By default, Capybara will try to run thin, falling back to webrick.
|
||||
# By default, Capybara will try to run webrick.
|
||||
#
|
||||
# @yield [app, port] This block recieves a rack app and port and should run a Rack handler
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue