Sha256: d1e4911f8d41f6974cc57312fa68604a14c9ef5a9eb1afafdc41513ec2058a3a

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Crm::Contacts::GDPRApi' do
  subject(:api) { Hubspot::Crm::Contacts::GDPRApi.new }
  
  it { is_expected.to respond_to(:purge_by_email) }
  it { is_expected.to respond_to(:purge_by_id) }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/features/crm/contacts/gdpr_api_spec.rb
hubspot-api-client-11.1.1 spec/features/crm/contacts/gdpr_api_spec.rb
hubspot-api-client-11.1.0 spec/features/crm/contacts/gdpr_api_spec.rb