Sha256: 91a109238f6037c0c1fc95492502f4566b7698b42dc884d0eff9b64420fdced2
Contents?: true
Size: 332 Bytes
Versions: 11
Compression:
Stored size: 332 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Client' do subject(:client) { Hubspot::Client.new(access_token: 'test').crm.extensions } it { is_expected.to respond_to(:accounting) } it { is_expected.to respond_to(:calling) } it { is_expected.to respond_to(:cards) } it { is_expected.to respond_to(:videoconferencing) } end
Version data entries
11 entries across 11 versions & 1 rubygems