Sha256: 52087190438037fabbe21087b6adef6961da8bea7884041192684cf5ddfc898e
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Owners::OwnersApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.owners.owners_api } it { is_expected.to respond_to(:get_by_id) } it { is_expected.to respond_to(:get_page) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/crm/owners/owners_api_spec.rb |