Sha256: fe3dd1ec1cb372c9755f378e4a9619b47d41ed07bf4c260aebed1f8a5bbd9eb5
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Cms::Hubdb::TablesApi' do subject(:tables_api) { Hubspot::Client.new(api_key: 'test').cms.hubdb.tables_api } it { is_expected.to respond_to(:archive_table) } it { is_expected.to respond_to(:clone_draft_table) } it { is_expected.to respond_to(:create_table) } it { is_expected.to respond_to(:export_draft_table) } it { is_expected.to respond_to(:export_table) } it { is_expected.to respond_to(:get_all_draft_tables) } it { is_expected.to respond_to(:get_all_tables) } it { is_expected.to respond_to(:get_draft_table_details_by_id) } it { is_expected.to respond_to(:get_table_details) } it { is_expected.to respond_to(:import_draft_table) } it { is_expected.to respond_to(:publish_draft_table) } it { is_expected.to respond_to(:unpublish_table) } it { is_expected.to respond_to(:reset_draft_table) } it { is_expected.to respond_to(:update_draft_table) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/cms/hubdb/tables_api_spec.rb |