Sha256: 9483858ba4b16fe67a94ff87d0bcf363793efa38f7ea3e4ae3ab64493056e56e
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Marketing::Transactional::SingleSendApi' do subject(:api) { Hubspot::Client.new(api_key: 'test').marketing.transactional.single_send_api } it { is_expected.to respond_to(:send_email) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/marketing/transactional/single_send_api_spec.rb |