Sha256: 9ede83b9cecf1ea16ee66e8dd187d569525f60a9de0e228ced5eafc54d0c0faa

Contents?: true

Size: 807 Bytes

Versions: 6

Compression:

Stored size: 807 Bytes

Contents

=begin
#DEAR Inventory API

#This specifing endpoints for DEAR Inventory API

The version of the OpenAPI document: 2.0.0
Contact: nnhansg@gmail.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for DearInventoryRuby::WeightUnit
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'WeightUnit' do
  before do
    # run before each test
    @instance = DearInventoryRuby::WeightUnit.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of WeightUnit' do
    it 'should create an instance of WeightUnit' do
      expect(@instance).to be_instance_of(DearInventoryRuby::WeightUnit)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dear-inventory-ruby-0.1.15 spec/models/weight_unit_spec.rb
dear-inventory-ruby-0.1.14 spec/models/weight_unit_spec.rb
dear-inventory-ruby-0.1.13 spec/models/weight_unit_spec.rb
dear-inventory-ruby-0.1.12 spec/models/weight_unit_spec.rb
dear-inventory-ruby-0.1.11 spec/models/weight_unit_spec.rb
dear-inventory-ruby-0.1.10 spec/models/weight_unit_spec.rb