Sha256: c4795932850c7ad0219e52e03c01873772247d821f62bb07db54e08cd6bacc30
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 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::ServiceResourcesCompliance # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe AutosdeOpenapiClient::ServiceResourcesCompliance do let(:instance) { AutosdeOpenapiClient::ServiceResourcesCompliance.new } describe 'test an instance of ServiceResourcesCompliance' do it 'should create an instance of ServiceResourcesCompliance' do expect(instance).to be_instance_of(AutosdeOpenapiClient::ServiceResourcesCompliance) end end describe 'test attribute "capability_values"' 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 end
Version data entries
3 entries across 3 versions & 1 rubygems