Sha256: 4b4b7b79f43e79cd6ef38b2661405155363060be46cee703e55c824bc6eb57d3
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
=begin #Quotes #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' # Unit tests for Hubspot::Crm::Quotes::PublicObjectApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PublicObjectApi' do before do # run before each test @api_instance = Hubspot::Crm::Quotes::PublicObjectApi.new end after do # run after each test end describe 'test an instance of PublicObjectApi' do it 'should create an instance of PublicObjectApi' do expect(@api_instance).to be_instance_of(Hubspot::Crm::Quotes::PublicObjectApi) end end # unit tests for post_crm_v3_objects_quotes_merge # Merge two quotes with same type # @param public_merge_input # @param [Hash] opts the optional parameters # @return [SimplePublicObject] describe 'post_crm_v3_objects_quotes_merge test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
3 entries across 3 versions & 1 rubygems