Sha256: 2c7581817434ce7356f2093aa01aacec735e2c79a0230a67187494289166cbdc

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 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::ServiceResourceAttachmentCreate
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe AutosdeOpenapiClient::ServiceResourceAttachmentCreate do
  let(:instance) { AutosdeOpenapiClient::ServiceResourceAttachmentCreate.new }

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

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

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

2 entries across 2 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 spec/models/service_resource_attachment_create_spec.rb
autosde_openapi_client-3.2.13 spec/models/service_resource_attachment_create_spec.rb