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-14.5.0 spec/discovery/client_spec.rb
hubspot-api-client-14.4.0 spec/discovery/client_spec.rb
hubspot-api-client-14.3.0 spec/discovery/client_spec.rb
hubspot-api-client-14.2.0 spec/discovery/client_spec.rb
hubspot-api-client-14.1.0 spec/discovery/client_spec.rb
hubspot-api-client-14.0.0 spec/discovery/client_spec.rb
hubspot-api-client-13.2.0 spec/discovery/client_spec.rb
hubspot-api-client-13.1.0 spec/discovery/client_spec.rb
hubspot-api-client-13.0.0 spec/discovery/client_spec.rb
hubspot-api-client-12.0.0 spec/discovery/client_spec.rb