Sha256: cff5bc9dd83b9002587d36a27c0bb267a463812ba4e2a7b0f72b77705d550bec

Contents?: true

Size: 603 Bytes

Versions: 10

Compression:

Stored size: 603 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Discovery::Cms::Hubdb::RowsBatchApi' do
  subject(:rows_batch_api) { Hubspot::Client.new(access_token: 'test').cms.hubdb.rows_batch_api }
  
  it { is_expected.to respond_to(:clone_draft_table_rows) }
  it { is_expected.to respond_to(:create_draft_table_rows) }
  it { is_expected.to respond_to(:purge_draft_table_rows) }
  it { is_expected.to respond_to(:read_draft_table_rows) }
  it { is_expected.to respond_to(:read_table_rows) }
  it { is_expected.to respond_to(:replace_draft_table_rows) }
  it { is_expected.to respond_to(:update_draft_table_rows) }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hubspot-api-client-19.0.0 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-18.0.0 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.2.0 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.1.1 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.1.0 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.0.0 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.4 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.3 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.2 spec/discovery/cms/hubdb/rows_batch_api_spec.rb
hubspot-api-client-17.0.0.pre.beta.1 spec/discovery/cms/hubdb/rows_batch_api_spec.rb