Sha256: 0d78012a94fd5113712a48f02b178f88549093a475724b87aa4e399c9ec7fd70

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Deals::BatchApi' do
  subject(:batch_api) { Hubspot::Client.new(api_key: 'test').crm.deals.batch_api }
  
  it { is_expected.to respond_to(:archive) }
  it { is_expected.to respond_to(:create) }
  it { is_expected.to respond_to(:read) }
  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/deals/batch_api_spec.rb