Sha256: 4fded5a473e0c3587dc0c58b6c6c6be7efa779ab4ae04bc0dbc0516c4f5b8fb6

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Webhooks::SubscriptionsApi' do
  subject(:api) { Hubspot::Client.new(api_key: 'test').webhooks.subscriptions_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_id) }
  it { is_expected.to respond_to(:update) }
  it { is_expected.to respond_to(:update_batch) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/discovery/webhooks/subscriptions_api_spec.rb