Servers
Provides Capybara server definitions for using Falcon with Capybara integration & acceptance tests.
Usage
In your Capybara configuration, you'd typically select one of the named server configurations:
Capybara.configure do |config|
config.server = :falcon_https
end