Sha256: 17c7f37df692735f164da9cbe4cdcea5f70bf6537ffb02568d33089748967dbe
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Crm::Timeline::EventsApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').crm.timeline.events_api } it { is_expected.to respond_to(:create) } it { is_expected.to respond_to(:create_batch) } it { is_expected.to respond_to(:get_by_id) } it { is_expected.to respond_to(:get_detail_by_id) } it { is_expected.to respond_to(:get_render_by_id) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/crm/timeline/events_api_spec.rb |