Sha256: 94ba1eb05a428c72cf005cb262659ae91c92e102d42c00932c84f4bb490c141b

Contents?: true

Size: 231 Bytes

Versions: 3

Compression:

Stored size: 231 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Crm::Objects::GDPRApi' do
  subject(:api) { Hubspot::Crm::Objects::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/objects/gdpr_api_spec.rb
hubspot-api-client-11.1.1 spec/features/crm/objects/gdpr_api_spec.rb
hubspot-api-client-11.1.0 spec/features/crm/objects/gdpr_api_spec.rb