Skip to content

Commit

Permalink
chore(test): update Rack to Rackup in ssl test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 17, 2024
1 parent 4a9a380 commit 50ee5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/ssl_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def webrick_opts port

opts = webrick_opts(4444)

Rack::Handler::WEBrick.run(app, **opts) do |server|
Rackup::Handler::WEBrick.run(app, **opts) do |server|
@server = server
end
end

0 comments on commit 50ee5b3

Please sign in to comment.