Skip to content

Commit

Permalink
test: update call to start webrick using rackup
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 23, 2023
1 parent a7d4e6a commit a174023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ end
group :test do
gem 'faraday', '~>2.0'
gem 'faraday-retry', '~>2.0'
gem 'rackup', '~> 2.1'
end
2 changes: 1 addition & 1 deletion spec/support/ssl_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def webrick_opts port
require "webrick"
require "webrick/https"
require "rack"
require "rack/handler/webrick"
require "rackup/handler/webrick"

opts = webrick_opts(4444)

Expand Down

0 comments on commit a174023

Please sign in to comment.