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