Sha256: 69bcf921456fca3c71f12ee40f1b6c82c466d1d7e30aaac2acb415cf5ea97a8e

Contents?: true

Size: 431 Bytes

Versions: 12

Compression:

Stored size: 431 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Associations::V4::BatchApi' do
  subject(:batch_api) { Hubspot::Client.new(access_token: 'test').crm.associations.v4.batch_api }

  it { is_expected.to respond_to(:archive) }
  it { is_expected.to respond_to(:archive_labels) }
  it { is_expected.to respond_to(:create_default) }
  it { is_expected.to respond_to(:create) }
  it { is_expected.to respond_to(:get_page) }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hubspot-api-client-19.0.0 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-18.0.0 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.2.0 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.1.1 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.1.0 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.0.0 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.4 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.3 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.2 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.1 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-16.4.0 spec/discovery/crm/associations/v4/batch_api_spec.rb
hubspot-api-client-16.3.0 spec/discovery/crm/associations/v4/batch_api_spec.rb