Skip to content

Commit

Permalink
fixed missing require's (wtf)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jul 22, 2013
1 parent 3a2a528 commit a3157f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/httpi/httpi_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require "spec_helper"
require "integration/support/server"

# find out why httpi doesn't load these automatically. [dh, 2012-12-15]
require "excon"
require "net/http/persistent"

unless RUBY_VERSION < "1.9"
require "em-synchrony"
require "em-http-request"
Expand Down

0 comments on commit a3157f0

Please sign in to comment.