Sha256: 7914750d87aaef4b5bf71dca82c847a487d0ef2c1f70518a1a3bb9b49de9795c
Contents?: true
Size: 1.12 KB
Versions: 18
Compression:
Stored size: 1.12 KB
Contents
=begin #Pulp 3 API #Fetch, Upload, Organize, and Distribute Software Packages The version of the OpenAPI document: v3 Contact: pulp-list@redhat.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' # Unit tests for PulpContainerClient::IndexDynamicApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'IndexDynamicApi' do before do # run before each test @api_instance = PulpContainerClient::IndexDynamicApi.new end after do # run after each test end describe 'test an instance of IndexDynamicApi' do it 'should create an instance of IndexDynamicApi' do expect(@api_instance).to be_instance_of(PulpContainerClient::IndexDynamicApi) end end # unit tests for get # Handles requests to the /index/dynamic endpoint # @param [Hash] opts the optional parameters # @return [nil] describe 'get test' 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
18 entries across 18 versions & 1 rubygems