spec/ruby_fullcontact/api_spec.rb in fullcontact-0.14.0 vs spec/ruby_fullcontact/api_spec.rb in fullcontact-0.15.0
- old
+ new
@@ -28,9 +28,10 @@
context "with class configuration" do
before do
@configuration = {
:api_key => 'api_key',
+ :auth_type => :headers,
:adapter => :typhoeus,
:endpoint => 'http://tumblr.com/',
:gateway => 'apigee-1111.apigee.com',
:format => :xml,
:proxy => 'http://erik:sekret@proxy.example.com:8080',