1
0
Fork 0
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:
Andrey Botalov 2013-01-07 11:54:09 +03:00
parent 0f7891b953
commit 2c1359b33c

View file

@ -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
#