Sha256: 2c6e1f87b23bfc4de560a7f09a7e34965c9a9b765f6ce54a51efc4860c492d8f

Contents?: true

Size: 683 Bytes

Versions: 1

Compression:

Stored size: 683 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Cms::Hubdb::RowsApi' do
  subject(:rows_api) { Hubspot::Client.new(api_key: 'test').cms.hubdb.rows_api }
  
  it { is_expected.to respond_to(:clone_draft_table_row) }
  it { is_expected.to respond_to(:create_table_row) }
  it { is_expected.to respond_to(:get_draft_table_row_by_id) }
  it { is_expected.to respond_to(:get_table_row) }
  it { is_expected.to respond_to(:get_table_rows) }
  it { is_expected.to respond_to(:purge_draft_table_row) }
  it { is_expected.to respond_to(:read_draft_table_rows) }
  it { is_expected.to respond_to(:replace_draft_table_row) }
  it { is_expected.to respond_to(:update_draft_table_row) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hubspot-api-client-11.2.0 spec/discovery/cms/hubdb/rows_api_spec.rb