lib/centaman/wrapper.rb in centaman-0.1.2 vs lib/centaman/wrapper.rb in centaman-0.1.3
- old
+ new
@@ -1,8 +1,10 @@
+require 'httparty'
+
module Centaman
#:nodoc:
class Wrapper
- include HTTParty
+ include HTTParty
if ENV['FIXIE_URL']
FIXIE = URI.parse(ENV['FIXIE_URL'])
http_proxy FIXIE.host, FIXIE.port, FIXIE.user, FIXIE.password
end