Sha256: b275a8c238944be1a3f5b32e6ce8ef8c163e77c42e53f939c8dee1e29880a4a8
Contents?: true
Size: 1.49 KB
Versions: 86
Compression:
Stored size: 1.49 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 PulpRpmClient::RpmCompsApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'RpmCompsApi' do before do # run before each test @api_instance = PulpRpmClient::RpmCompsApi.new end after do # run after each test end describe 'test an instance of RpmCompsApi' do it 'should create an instance of RpmCompsApi' do expect(@api_instance).to be_instance_of(PulpRpmClient::RpmCompsApi) end end # unit tests for rpm_comps_upload # Upload comps.xml # Trigger an asynchronous task to upload a comps.xml file. # @param file Full path of a comps.xml file that may be parsed into comps.xml Content units. # @param [Hash] opts the optional parameters # @option opts [String] :repository URI of an RPM repository the comps.xml content units should be associated to. # @option opts [Boolean] :replace If true, incoming comps.xml replaces existing comps-related ContentUnits in the specified repository. # @return [AsyncOperationResponse] describe 'rpm_comps_upload 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
86 entries across 86 versions & 1 rubygems