Sha256: a6793fb6d74b12bcda2e1f44c06d56d69244f0e0f9eac6cb817ffe82861db138

Contents?: true

Size: 1.22 KB

Versions: 129

Compression:

Stored size: 1.22 KB

Contents

=begin
#Site Manager API

#Site Manager API

The version of the OpenAPI document: 1.0.0
Contact: autosde@il.ibm.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.0.0

=end

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

# Unit tests for AutosdeOpenapiClient::Account
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe AutosdeOpenapiClient::Account do
  let(:instance) { AutosdeOpenapiClient::Account.new }

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

  describe 'test attribute "name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

129 entries across 129 versions & 2 rubygems

Version Path
autosde_openapi_client-1.1.4 spec/models/account_spec.rb
autosde_openapi_client-1.1.3 spec/models/account_spec.rb
autosde_openapi_client-1.1.2 spec/models/account_spec.rb
autosde_openapi_client-1.1.1 spec/models/account_spec.rb
autosde_openapi_client-1.1.0 spec/models/account_spec.rb
autosde_openapi_client-1.0.51 spec/models/account_spec.rb
autosde_openapi_client-1.0.50 spec/models/account_spec.rb
autosde_openapi_client-1.0.49 spec/models/account_spec.rb
autosde_openapi_client-1.0.48 spec/models/account_spec.rb
autosde_openapi_client-1.0.47 spec/models/account_spec.rb
autosde_openapi_client-1.0.46 spec/models/account_spec.rb
autosde_openapi_client-1.0.45 spec/models/account_spec.rb
autosde_openapi_client-1.0.44 spec/models/account_spec.rb
autosde_openapi_client-1.0.43 spec/models/account_spec.rb
autosde_openapi_client-1.0.42 spec/models/account_spec.rb
autosde_openapi_client-1.0.41 spec/models/account_spec.rb
autosde_openapi_client-1.0.40 spec/models/account_spec.rb
autosde_openapi_client-1.0.39 spec/models/account_spec.rb
autosde_openapi_client-1.0.38 spec/models/account_spec.rb
autosde_openapi_client-1.0.37 spec/models/account_spec.rb