Sha256: fa82e9f5f5fe3de2ecc2b251971b4dea7ed3d2041ec04ba6932451a9a4f95dde
Contents?: true
Size: 307 Bytes
Versions: 13
Compression:
Stored size: 307 Bytes
Contents
require 'helper' describe FullContact::Client do it "should connect using the endpoint configuration" do client = FullContact::Client.new endpoint = URI.parse(client.api_endpoint) connection = "#{client.send(:connection).build_url(nil).to_s}" connection.should == endpoint.to_s end end
Version data entries
13 entries across 13 versions & 2 rubygems