Sha256: ec721ab0c885ff00512fb7360801de1137db1738e03996dca9507bc7ac28441c

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Automation::Actions::CallbacksApi' do
  subject(:callbacks_api) { Hubspot::Client.new(api_key: 'test').automation.actions.callbacks_api }
  
  it { is_expected.to respond_to(:complete) }
  it { is_expected.to respond_to(:complete_batch) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/discovery/automation/actions/callbacks_api_spec.rb