Sha256: 5d961285f315f2913a42ca34cf9cde8da00b07a88ba1eaed36ca91cc0e8c86fd
Contents?: true
Size: 1.08 KB
Versions: 17
Compression:
Stored size: 1.08 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.2.3 =end require 'spec_helper' require 'json' # Unit tests for PulpContainerClient::TokenApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'TokenApi' do before do # run before each test @api_instance = PulpContainerClient::TokenApi.new end after do # run after each test end describe 'test an instance of TokenApi' do it 'should create an instance of TokenApi' do expect(@api_instance).to be_instance_of(PulpContainerClient::TokenApi) end end # unit tests for get # Handles GET requests for the /token/ 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
17 entries across 17 versions & 1 rubygems