Sha256: 0dc5a51d208b54207b6daf55a404f70e4224fa475bf5a283dc7e4eb1ac479cad
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Companies::AssociationsApi' do subject(:associations_api) { Hubspot::Client.new(api_key: 'test').crm.companies.associations_api } it { is_expected.to respond_to(:archive) } it { is_expected.to respond_to(:create) } it { is_expected.to respond_to(:get_all) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/crm/companies/associations_api_spec.rb |