Sha256: 3a27b10bb8bf222637f75d279332c586ddd5aa3b1ae19e5b197a1afa6540241a
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Objects::GDPRApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.objects.g_d_p_r_api } it { is_expected.to respond_to(:purge_by_email) } it { is_expected.to respond_to(:purge_by_id) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/crm/objects/gdpr_api_spec.rb |