Sha256: 469f46c97f80193a439cc3d3e03222fdac0eb55508b856ce9188ec4333b57b9d
Contents?: true
Size: 873 Bytes
Versions: 3
Compression:
Stored size: 873 Bytes
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 EilamTest::RefreshSystem # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe EilamTest::RefreshSystem do let(:instance) { EilamTest::RefreshSystem.new } describe 'test an instance of RefreshSystem' do it 'should create an instance of RefreshSystem' do expect(instance).to be_instance_of(EilamTest::RefreshSystem) 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eilam_test-11.1 | spec/models/refresh_system_spec.rb |
eilam_test-10.5 | spec/models/refresh_system_spec.rb |
eilam_test-10.2 | spec/models/refresh_system_spec.rb |