Sha256: 26c5ac77b57dead70f2922b6a87714470b2fdb3f2a385f5b627a71900a912b02
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Properties::BatchApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.properties.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/properties/batch_api_spec.rb |