Sha256: 7646b249b06075e7a53cde655020d8e99fdd9dbda53766dbb22acae406d3509d

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

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

  describe 'test an instance of ServiceResourcesComplianceResponse' do
    it 'should create an instance of ServiceResourcesComplianceResponse' do
      expect(instance).to be_instance_of(AutosdeOpenapiClient::ServiceResourcesComplianceResponse)
    end
  end
  describe 'test attribute "compliant_resources"' 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
autosde_openapi_client-3.2.14 spec/models/service_resources_compliance_response_spec.rb
autosde_openapi_client-3.2.13 spec/models/service_resources_compliance_response_spec.rb
autosde_openapi_client-3.2.12 spec/models/service_resources_compliance_response_spec.rb