Skip to content

Commit

Permalink
Add missing require in ssl server spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatsas authored and ioquatix committed Nov 19, 2020
1 parent 8e3abf0 commit d3851fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/falcon/ssl_server_spec.rb
Expand Up @@ -22,6 +22,7 @@

require 'falcon/server'
require 'async/http/client'
require 'async/http/endpoint'
require 'async/rspec/reactor'
require 'async/rspec/ssl'

Expand Down

0 comments on commit d3851fe

Please sign in to comment.