Sha256: cffce21e470430469fd848d3e804796ffb0e6c587daec1389d02b7900b8323f4
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Objects::FeedbackSubmissions::BatchApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.objects.feedback_submissions.batch_api } it { is_expected.to respond_to(:read_batch) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb |