Sha256: 368cccceb43a7c30927cad828f1f598f7869dda18d95eeeddc0551e6657d8d2a
Contents?: true
Size: 342 Bytes
Versions: 1
Compression:
Stored size: 342 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Extensions::Accounting::InvoiceApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.extensions.accounting.invoice_api } it { is_expected.to respond_to(:create_payment) } 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/accounting/invoice_api_spec.rb |