Sha256: 0a39f12bfb337228a06070f7459124a5412f9e72fbcf3fe5f9d12ddfb6233b26
Contents?: true
Size: 1.17 KB
Versions: 9
Compression:
Stored size: 1.17 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 merge # Merge two quotes with same type # @param public_merge_input # @param [Hash] opts the optional parameters # @return [SimplePublicObject] describe '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
9 entries across 9 versions & 1 rubygems