Sha256: 633728791644b51ff17e9ac61a55ab45504017f34401a9e4f371df4e11d2b6b0
Contents?: true
Size: 388 Bytes
Versions: 35
Compression:
Stored size: 388 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Objects::FeedbackSubmissions::BatchApi' do subject(:api) { Hubspot::Client.new(access_token: 'test').crm.objects.feedback_submissions.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
35 entries across 35 versions & 1 rubygems