Sha256: 049d7b2b0ef7c82708ac406543710301df59c72fa907486a51c2a59ecd7b091a

Contents?: true

Size: 235 Bytes

Versions: 9

Compression:

Stored size: 235 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Crm::Owners::DefaultApi' do
  subject(:default_api) { Hubspot::Crm::Owners::DefaultApi.new }
  
  it { is_expected.to respond_to(:get_by_id) }
  it { is_expected.to respond_to(:get_page) }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hubspot-api-client-10.1.1 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-10.1.0 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-10.0.1 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-10.0.0 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-9.6.0 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-9.5.1 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-9.5.0 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-9.4.0 spec/features/crm/owners/default_api_spec.rb
hubspot-api-client-9.3.0 spec/features/crm/owners/default_api_spec.rb