Sha256: a9d6399d206eb660ba7bac7a92af542770703c6c8ff804dc3ada2504c005075a
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 Bytes
Contents
=begin #Pinterest REST API #Pinterest's REST API The version of the OpenAPI document: 5.3.0 Contact: blah@cliffano.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.4.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for PinterestSdkClient::CatalogsProductGroupType # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe PinterestSdkClient::CatalogsProductGroupType do let(:instance) { PinterestSdkClient::CatalogsProductGroupType.new } describe 'test an instance of CatalogsProductGroupType' do it 'should create an instance of CatalogsProductGroupType' do expect(instance).to be_instance_of(PinterestSdkClient::CatalogsProductGroupType) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | spec/models/catalogs_product_group_type_spec.rb |