Sha256: 26523982d679d71ab9c302da65153cc2f6e1bb0e330d744da815474771be7054

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Client' do
  subject(:client) { Hubspot::Client.new(api_key: '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

1 entries across 1 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/discovery/client_spec.rb