Sha256: f1cc8542091457a0b4b033f12a879c61b6e6ddd9e201773cd8272f1744dbf2cd
Contents?: true
Size: 1.18 KB
Versions: 12
Compression:
Stored size: 1.18 KB
Contents
=begin #Products #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::Products::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::Products::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::Products::PublicObjectApi) end end # unit tests for merge # Merge two products 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
12 entries across 12 versions & 1 rubygems