Sha256: 7304147f65b1f975fcc43750112f4bf76b1319ecdde12836d824960335283151

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Quotes::AssociationsApi' do
  subject(:api) { Hubspot::Client.new(api_key: 'test').crm.quotes.associations_api }
  
  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/quotes/associations_api_spec.rb