Sha256: bdc723f0350d7ff98bdc6df8cce48e5adc5ad1c74b5ed435095f4553d4439ac4

Contents?: true

Size: 1.2 KB

Versions: 8

Compression:

Stored size: 1.2 KB

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::StandardUnitDescriptionGroup
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'StandardUnitDescriptionGroup' do
  before do
    # run before each test
    @instance = SquareConnect::StandardUnitDescriptionGroup.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of StandardUnitDescriptionGroup' do
    it 'should create an instact of StandardUnitDescriptionGroup' do
      expect(@instance).to be_instance_of(SquareConnect::StandardUnitDescriptionGroup)
    end
  end
  describe 'test attribute "standard_unit_descriptions"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "language_code"' 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

8 entries across 8 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 spec/models/standard_unit_description_group_spec.rb
square_connect-2.20190724.0.331 spec/models/standard_unit_description_group_spec.rb
square_connect-2.20190724.0.330 spec/models/standard_unit_description_group_spec.rb
square_connect-2.20190724.0.325 spec/models/standard_unit_description_group_spec.rb
square_connect-2.20190710.0.321 spec/models/standard_unit_description_group_spec.rb
square_connect-2.20190612.1.314 spec/models/standard_unit_description_group_spec.rb
square_connect-2.20190612.0.311 spec/models/standard_unit_description_group_spec.rb
square_connect-2.20190612.0.309 spec/models/standard_unit_description_group_spec.rb