Skip to content

Instantly share code, notes, and snippets.

@pabuisson
Last active October 15, 2019 20:06
Show Gist options
  • Save pabuisson/4555c663fe4c042df82db1811880800f to your computer and use it in GitHub Desktop.
Save pabuisson/4555c663fe4c042df82db1811880800f to your computer and use it in GitHub Desktop.
require 'rack/handler/thin'
Capybara.register_server :thin_ssl do |app, port, host|
Rack::Handler::Thin.run(app, Port: port, Host: host)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment