Sha256: 3c3b01c932e68be75e6e05c7147d3f9c86d516ac38548b029b3a7f79fe29d196
Contents?: true
Size: 859 Bytes
Versions: 42
Compression:
Stored size: 859 Bytes
Contents
=begin #Square Connect API OpenAPI spec version: 2.0 Contact: developers@squareup.com Generated by: https://github.com/swagger-api/swagger-codegen.git =end require 'spec_helper' require 'json' require 'date' # Unit tests for SquareConnect::CatalogModifierListSelectionType # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'CatalogModifierListSelectionType' do before do # run before each test @instance = SquareConnect::CatalogModifierListSelectionType.new end after do # run after each test end describe 'test an instance of CatalogModifierListSelectionType' do it 'should create an instact of CatalogModifierListSelectionType' do expect(@instance).to be_instance_of(SquareConnect::CatalogModifierListSelectionType) end end end
Version data entries
42 entries across 42 versions & 1 rubygems