Sha256: 4b335f780112883130b340f7a455b0c53b70bdb3096e574513ed30a390d0e9c6
Contents?: true
Size: 1.69 KB
Versions: 1
Compression:
Stored size: 1.69 KB
Contents
=begin #Pulp 3 API #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.0.0 =end require 'spec_helper' require 'json' # Unit tests for PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PulpAnsibleGalaxyApiCollectionsApi' do before do # run before each test @api_instance = PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi.new end after do # run after each test end describe 'test an instance of PulpAnsibleGalaxyApiCollectionsApi' do it 'should create an instance of PulpAnsibleGalaxyApiCollectionsApi' do expect(@api_instance).to be_instance_of(PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi) end end # unit tests for create # Queues a task that creates a new Collection from an uploaded artifact. # @param path # @param [Hash] opts the optional parameters # @return [nil] describe 'create test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for read # Get the detail view of a Collection. # @param collection_href URI of Collection. e.g.: /pulp_ansible/galaxy/1/api/v2/collections/1/1/ # @param [Hash] opts the optional parameters # @return [GalaxyCollection] 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b1 | spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb |