Sha256: 9b9c37e8576e4da6508a07da6d621347d119d2ca5f4a9c955749242fff5cbd5b
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
require 'spec_helper' describe 'Hubspot::Discovery::Automation::Actions::FunctionsApi' do subject(:functions_api) { Hubspot::Client.new(api_key: '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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-client-11.2.0 | spec/discovery/automation/actions/functions_api_spec.rb |