Sha256: 925032eea8fef3ff89a66915e7b731d5975ce7bf1e64dae7a3aa7bed957a83b6

Contents?: true

Size: 818 Bytes

Versions: 12

Compression:

Stored size: 818 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Client' do
  subject(:client) { Hubspot::Client.new(access_token: 'test').crm }
  
  it { is_expected.to respond_to(:associations) }
  it { is_expected.to respond_to(:companies) }
  it { is_expected.to respond_to(:contacts) }
  it { is_expected.to respond_to(:deals) }
  it { is_expected.to respond_to(:extensions) }
  it { is_expected.to respond_to(:imports) }
  it { is_expected.to respond_to(:line_items) }
  it { is_expected.to respond_to(:objects) }
  it { is_expected.to respond_to(:owners) }
  it { is_expected.to respond_to(:pipelines) }
  it { is_expected.to respond_to(:products) }
  it { is_expected.to respond_to(:quotes) }
  it { is_expected.to respond_to(:schemas) }
  it { is_expected.to respond_to(:tickets) }
  it { is_expected.to respond_to(:timeline) }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hubspot-api-client-19.0.0 spec/discovery/crm/client_spec.rb
hubspot-api-client-18.0.0 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.2.0 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.1.1 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.1.0 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.0.0 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.4 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.3 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.2 spec/discovery/crm/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.1 spec/discovery/crm/client_spec.rb
hubspot-api-client-16.4.0 spec/discovery/crm/client_spec.rb
hubspot-api-client-16.3.0 spec/discovery/crm/client_spec.rb