Sha256: b2b6b9441d926009a68abaaaae4e4d347e62fc58a17b3ee8422f7675141e52fb

Contents?: true

Size: 341 Bytes

Versions: 6

Compression:

Stored size: 341 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Objects::PostalMail::AssociationsApi' do
  subject(:api) { Hubspot::Client.new(access_token: 'test').crm.objects.postal_mail.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

6 entries across 6 versions & 1 rubygems

Version Path
hubspot-api-client-16.4.0 spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
hubspot-api-client-16.3.0 spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
hubspot-api-client-16.2.1 spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
hubspot-api-client-16.2.0 spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
hubspot-api-client-16.1.1 spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
hubspot-api-client-16.1.0 spec/discovery/crm/objects/postal_mail/associations_api_spec.rb