Sha256: 91a3f038c42fddd4d4b4f1b9d6f8002bbd553a3f0be473e4259b6aa1a33a8b35
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Tickets::AssociationsApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.tickets.associations_api } it { is_expected.to respond_to(:archive) } it { is_expected.to respond_to(:create) } 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/tickets/associations_api_spec.rb |