Sha256: 7728c8cb88a01ac028e6bf5132c096f4e2019f529898c19c4c4f872903de3e5b

Contents?: true

Size: 908 Bytes

Versions: 15

Compression:

Stored size: 908 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Cms::Hubdb::TablesApi' do
  subject(:tables_api) { Hubspot::Cms::Hubdb::TablesApi.new }
  
  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

15 entries across 15 versions & 1 rubygems

Version Path
hubspot-api-client-14.5.2 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-14.5.1 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-14.5.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-14.4.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-14.3.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-14.2.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-14.1.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-14.0.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-13.2.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-13.1.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-13.0.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-12.0.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-11.2.0 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-11.1.1 spec/features/cms/hubdb/tables_api_spec.rb
hubspot-api-client-11.1.0 spec/features/cms/hubdb/tables_api_spec.rb