Sha256: 4eb18e9ad410e1bd9580b3db82c4d8f1c693419deaa0ddf95b4ce8fd6464a79b
Contents?: true
Size: 457 Bytes
Versions: 9
Compression:
Stored size: 457 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Client' do subject(:client) { Hubspot::Client.new(access_token: 'test').cms } it { is_expected.to respond_to(:audit_logs) } it { is_expected.to respond_to(:blogs) } it { is_expected.to respond_to(:domains) } it { is_expected.to respond_to(:hubdb) } it { is_expected.to respond_to(:performance) } it { is_expected.to respond_to(:site_search) } it { is_expected.to respond_to(:url_redirects) } end
Version data entries
9 entries across 9 versions & 1 rubygems