Sha256: 0152e8de8acdd13b061521b208c585f9cd9fad40a0204d5904bde452f16270b5
Contents?: true
Size: 1.46 KB
Versions: 30
Compression:
Stored size: 1.46 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 PulpAnsibleClient::CollectionImportApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'CollectionImportApi' do before do # run before each test @api_instance = PulpAnsibleClient::CollectionImportApi.new end after do # run after each test end describe 'test an instance of CollectionImportApi' do it 'should create an instance of CollectionImportApi' do expect(@api_instance).to be_instance_of(PulpAnsibleClient::CollectionImportApi) end end # unit tests for read # Inspect a collection import # Returns a CollectionImport object. # @param ansible_collection_import_href # @param [Hash] opts the optional parameters # @option opts [String] :since Filter messages since a given timestamp # @option opts [String] :fields A list of fields to include in the response. # @option opts [String] :exclude_fields A list of fields to exclude from the response. # @return [CollectionImportDetailResponse] describe 'read 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
30 entries across 30 versions & 1 rubygems