Sha256: 42c606c95c6ab5cd130a0e27a3abc1434ea49bdfd63863f8bd2f707bf6d4b20f
Contents?: true
Size: 1.35 KB
Versions: 13
Compression:
Stored size: 1.35 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::RefreshSystem # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe AutosdeOpenapiClient::RefreshSystem do let(:instance) { AutosdeOpenapiClient::RefreshSystem.new } describe 'test an instance of RefreshSystem' do it 'should create an instance of RefreshSystem' do expect(instance).to be_instance_of(AutosdeOpenapiClient::RefreshSystem) end end describe 'test attribute "resource_type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["system_resources", "volumes", "hosts", "events"]) # validator.allowable_values.each do |value| # expect { instance.resource_type = value }.not_to raise_error # end end end describe 'test attribute "storage_system"' 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
13 entries across 13 versions & 1 rubygems