Sha256: 023f076d768e151cb199a1e5278252119344846bd9d05fc657aa04c1acdd9b52
Contents?: true
Size: 315 Bytes
Versions: 24
Compression:
Stored size: 315 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Crm::Contacts::BatchApi' do subject(:batch_api) { Hubspot::Crm::Contacts::BatchApi.new } it { is_expected.to respond_to(:archive) } it { is_expected.to respond_to(:create) } it { is_expected.to respond_to(:read) } it { is_expected.to respond_to(:update) } end
Version data entries
24 entries across 24 versions & 1 rubygems