Sha256: a010e4f20d8f80532877934116c518f5b35feaf9710b85c48f68cb7ed09d448a

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Crm::Pipelines::PipelineStagesApi' do
  subject(:api) { Hubspot::Client.new(api_key: 'test').crm.pipelines.pipeline_stages_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(:replace) }
  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/pipelines/pipeline_stages_api_spec.rb