Sha256: 103ed77469425ee67c170ec5f71cd74d8d7a3e9b580ff653914e203f558dae1c
Contents?: true
Size: 588 Bytes
Versions: 36
Compression:
Stored size: 588 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Automation::Actions::FunctionsApi' do subject(:functions_api) { Hubspot::Client.new(access_token: 'test').automation.actions.functions_api } 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
36 entries across 36 versions & 1 rubygems