Sha256: a7f3c3074d0284062c1b841f7730d2dcc6cec8984dec052cd1bf5edef67c2aee
Contents?: true
Size: 375 Bytes
Versions: 1
Compression:
Stored size: 375 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Extensions::Calling::SettingsApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.extensions.calling.settings_api } it { is_expected.to respond_to(:archive) } it { is_expected.to respond_to(:create) } 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/extensions/calling/settings_api_spec.rb |