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