Sha256: 6e6c1392c33b8a52c1b6c840e4bb86bc810f8da97bd04ef4efb3f206a4fd3f66
Contents?: true
Size: 313 Bytes
Versions: 1
Compression:
Stored size: 313 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Associations::BatchApi' do subject(:batch_api) { Hubspot::Client.new(api_key: 'test').crm.associations.batch_api } it { is_expected.to respond_to(:archive) } it { is_expected.to respond_to(:create) } it { is_expected.to respond_to(:read) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/crm/associations/batch_api_spec.rb |