Sha256: b87c264ebbebb5d5db27932218f5265d438e0861d9963e12b37d947332ac111a

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Objects::FeedbackSubmissions::AssociationsApi' do
  subject(:api) { Hubspot::Client.new(api_key: 'test').crm.objects.feedback_submissions.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/objects/feedback_submissions/associations_api_spec.rb