mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Testapps self contained running uses WEBrick
There's really no point in using Mongrel
This commit is contained in:
parent
f58fa61c59
commit
c20a00c694
1 changed files with 1 additions and 1 deletions
|
@ -101,5 +101,5 @@ class TestApp < Sinatra::Base
|
|||
end
|
||||
|
||||
if __FILE__ == $0
|
||||
Rack::Handler::Mongrel.run TestApp, :Port => 8070
|
||||
Rack::Handler::WEBrick.run TestApp, :Port => 8070
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue