Sha256: 1d60b0c730ce55535a1ed8c248cd43308ceb37f0c1e459ed325f6e677921c830

Contents?: true

Size: 182 Bytes

Versions: 4

Compression:

Stored size: 182 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Client' do
  subject(:client) { Hubspot::Client.new(access_token: 'test').crm.associations }
  
  it { is_expected.to respond_to(:v4) }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hubspot-api-client-17.0.0.pre.beta.2 spec/discovery/crm/associations/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.1 spec/discovery/crm/associations/client_spec.rb
hubspot-api-client-16.4.0 spec/discovery/crm/associations/client_spec.rb
hubspot-api-client-16.3.0 spec/discovery/crm/associations/client_spec.rb