Sha256: 5078da3354817e895400f347a8a4509e17ecabf22550c61095d67f91d1b5982f

Contents?: true

Size: 502 Bytes

Versions: 1

Compression:

Stored size: 502 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Schemas::CoreApi' do
  subject(:api) { Hubspot::Client.new(api_key: 'test').crm.schemas.core_api }
  
  it { is_expected.to respond_to(:archive) }
  it { is_expected.to respond_to(:archive_association) }
  it { is_expected.to respond_to(:create) }
  it { is_expected.to respond_to(:create_association) }
  it { is_expected.to respond_to(:get_all) }
  it { is_expected.to respond_to(:get_by_id) }
  it { is_expected.to respond_to(:update) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/discovery/crm/schemas/core_api_spec.rb