Sha256: 8a4f4482d1b41b85923ed81969dea38f0ac7e657b07c6ae3c54c6330aae5d154
Contents?: true
Size: 1.31 KB
Versions: 3
Compression:
Stored size: 1.31 KB
Contents
=begin #Adobe Experience Manager (AEM) API #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API The version of the OpenAPI document: 3.5.0-pre.0 Contact: opensource@shinesolutions.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for SwaggerAemClient::BundleInfo # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe SwaggerAemClient::BundleInfo do let(:instance) { SwaggerAemClient::BundleInfo.new } describe 'test an instance of BundleInfo' do it 'should create an instance of BundleInfo' do expect(instance).to be_instance_of(SwaggerAemClient::BundleInfo) end end describe 'test attribute "status"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "s"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "data"' 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 |
---|---|
swagger_aem-3.8.0 | spec/models/bundle_info_spec.rb |
swagger_aem-3.7.0 | spec/models/bundle_info_spec.rb |
swagger_aem-3.6.2 | spec/models/bundle_info_spec.rb |