Sha256: 9ade711cc2dc59589d63e79cd634890ff251bd4005a174ce0bf38d851528b565
Contents?: true
Size: 549 Bytes
Versions: 24
Compression:
Stored size: 549 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Automation::Actions::FunctionsApi' do subject(:functions_api) { Hubspot::Automation::Actions::FunctionsApi.new } it { is_expected.to respond_to(:archive) } it { is_expected.to respond_to(:archive_by_function_type) } it { is_expected.to respond_to(:create_or_replace) } it { is_expected.to respond_to(:create_or_replace_by_function_type) } it { is_expected.to respond_to(:get_by_function_type) } it { is_expected.to respond_to(:get_by_id) } it { is_expected.to respond_to(:get_page) } end
Version data entries
24 entries across 24 versions & 1 rubygems