Sha256: 9b8db65acc5df4a22c2b6ce139d9e67485943b3b0e421b4b8b26df284ee5ebb0
Contents?: true
Size: 1.4 KB
Versions: 3
Compression:
Stored size: 1.4 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: 4.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for SwaggerAemClient::InlineObject4 # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'InlineObject4' do before do # run before each test @instance = SwaggerAemClient::InlineObject4.new end after do # run after each test end describe 'test an instance of InlineObject4' do it 'should create an instance of InlineObject4' do expect(@instance).to be_instance_of(SwaggerAemClient::InlineObject4) end end describe 'test attribute "cert_chain"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "pk"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "key_store"' 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/inline_object4_spec.rb |
swagger_aem-3.7.0 | spec/models/inline_object4_spec.rb |
swagger_aem-3.6.2 | spec/models/inline_object4_spec.rb |