Sha256: 934edf1d10a1856daf3c1c584b339bd2da18c94e21c8ea9d0f1c1af6b9d0bf91
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Associations::TypesApi' do subject(:batch_api) { Hubspot::Client.new(api_key: 'test').crm.associations.types_api } 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/associations/types_api_spec.rb |