Sha256: b4979f89146775975fd3d8eb61e52e6ce4a182f28192b22992538e573e3825c3

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

=begin
#KORONA.entry API v1

#Our api provides access to our entry services

The version of the OpenAPI document: 1.0.0

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.0

=end

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

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

  after do
    # run after each test
  end

  describe 'test an instance of OrganizationalUnitList' do
    it 'should create an instance of OrganizationalUnitList' do
      expect(@instance).to be_instance_of(KoronaEntryClient::OrganizationalUnitList)
    end
  end
  describe 'test attribute "organizational_units"' 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

3 entries across 3 versions & 1 rubygems

Version Path
korona-entry-client-1.0.2 spec/models/organizational_unit_list_spec.rb
korona-entry-client-1.0.1 spec/models/organizational_unit_list_spec.rb
korona-entry-client-1.0.0 spec/models/organizational_unit_list_spec.rb