Sha256: 22d773586cef4783764ea666f7bce81cc24128592e7504e0a2d2373e2f57363d
Contents?: true
Size: 889 Bytes
Versions: 19
Compression:
Stored size: 889 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::RetrieveInventoryPhysicalCountRequest # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'RetrieveInventoryPhysicalCountRequest' do before do # run before each test @instance = SquareConnect::RetrieveInventoryPhysicalCountRequest.new end after do # run after each test end describe 'test an instance of RetrieveInventoryPhysicalCountRequest' do it 'should create an instact of RetrieveInventoryPhysicalCountRequest' do expect(@instance).to be_instance_of(SquareConnect::RetrieveInventoryPhysicalCountRequest) end end end
Version data entries
19 entries across 19 versions & 1 rubygems