Sha256: 871d813bbad2a8cf9766819b7a81c16119b53504104ae2d011bb78d2be2ef817

Contents?: true

Size: 593 Bytes

Versions: 30

Compression:

Stored size: 593 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Client' do
  subject(:client) { Hubspot::Client.new(access_token: 'test') }
  
  it { is_expected.to respond_to(:automation) }
  it { is_expected.to respond_to(:cms) }
  it { is_expected.to respond_to(:communication_preferences) }
  it { is_expected.to respond_to(:conversations) }
  it { is_expected.to respond_to(:crm) }
  it { is_expected.to respond_to(:events) }
  it { is_expected.to respond_to(:files) }
  it { is_expected.to respond_to(:marketing) }
  it { is_expected.to respond_to(:o_auth) }
  it { is_expected.to respond_to(:webhooks) }
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hubspot-api-client-17.0.0.pre.beta.4 spec/discovery/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.3 spec/discovery/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.2 spec/discovery/client_spec.rb
hubspot-api-client-17.0.0.pre.beta.1 spec/discovery/client_spec.rb
hubspot-api-client-16.4.0 spec/discovery/client_spec.rb
hubspot-api-client-16.3.0 spec/discovery/client_spec.rb
hubspot-api-client-16.2.1 spec/discovery/client_spec.rb
hubspot-api-client-16.2.0 spec/discovery/client_spec.rb
hubspot-api-client-16.1.1 spec/discovery/client_spec.rb
hubspot-api-client-16.1.0 spec/discovery/client_spec.rb
hubspot-api-client-16.0.4 spec/discovery/client_spec.rb
hubspot-api-client-16.0.3 spec/discovery/client_spec.rb
hubspot-api-client-16.0.2 spec/discovery/client_spec.rb
hubspot-api-client-16.0.1 spec/discovery/client_spec.rb
hubspot-api-client-16.0.0 spec/discovery/client_spec.rb
hubspot-api-client-15.0.2 spec/discovery/client_spec.rb
hubspot-api-client-15.0.1 spec/discovery/client_spec.rb
hubspot-api-client-15.0.0 spec/discovery/client_spec.rb
hubspot-api-client-14.5.2 spec/discovery/client_spec.rb
hubspot-api-client-14.5.1 spec/discovery/client_spec.rb