Sha256: 6650e4357a14705cc6ccc381741549d1d185f936426fb74ffc91b5afcaa9b8e9

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Properties::GroupsApi' do
  subject(:api) { Hubspot::Client.new(api_key: 'test').crm.properties.groups_api }
  
  it { is_expected.to respond_to(:archive) }
  it { is_expected.to respond_to(:create) }
  it { is_expected.to respond_to(:get_all) }
  it { is_expected.to respond_to(:get_by_name) }
  it { is_expected.to respond_to(:update) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/discovery/crm/properties/groups_api_spec.rb