Sha256: 290753b95cdcbf983b80e12fd2f9361dc2846ba2a124adcb141e69bed04d8c70

Contents?: true

Size: 1.69 KB

Versions: 5

Compression:

Stored size: 1.69 KB

Contents

=begin
#Cloudsmith API

#The API to the Cloudsmith Service

OpenAPI spec version: v1
Contact: support@cloudsmith.io
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.4.26

=end

require 'spec_helper'
require 'json'

# Unit tests for CloudsmithApi::NamespacesApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'NamespacesApi' do
  before do
    # run before each test
    @instance = CloudsmithApi::NamespacesApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of NamespacesApi' do
    it 'should create an instance of NamespacesApi' do
      expect(@instance).to be_instance_of(CloudsmithApi::NamespacesApi)
    end
  end

  # unit tests for namespaces_list
  # Get a list of all namespaces the user belongs to.
  # Get a list of all namespaces the user belongs to.
  # @param [Hash] opts the optional parameters
  # @option opts [Integer] :page A page number within the paginated result set.
  # @option opts [Integer] :page_size Number of results to return per page.
  # @return [Array<Namespace>]
  describe 'namespaces_list 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 namespaces_read
  # Views for working with namespaces.
  # Views for working with namespaces.
  # @param slug 
  # @param [Hash] opts the optional parameters
  # @return [Namespace]
  describe 'namespaces_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

5 entries across 5 versions & 1 rubygems

Version Path
cloudsmith-api-1.142.3 spec/api/namespaces_api_spec.rb
cloudsmith-api-1.120.3 spec/api/namespaces_api_spec.rb
cloudsmith-api-1.61.3 spec/api/namespaces_api_spec.rb
cloudsmith-api-1.42.3 spec/api/namespaces_api_spec.rb
cloudsmith-api-1.33.7 spec/api/namespaces_api_spec.rb