Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Force webrick as server
  • Loading branch information
p0deje committed Mar 30, 2015
1 parent e75af1f commit 2775f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/server.rb
Expand Up @@ -95,6 +95,7 @@ def run_in_child_process
set :environment, :production
set :bind, "localhost" if WatirSpec.platform == :windows
set :port, random_free_port
set :server, 'webrick'

get '/' do
self.class.name
Expand Down

0 comments on commit 2775f40

Please sign in to comment.