Sha256: 205d5ce3675994ee2c31112b503bfe7b7f67d5415bc9ce8b8ab8b36378de95a7
Contents?: true
Size: 1.66 KB
Versions: 26
Compression:
Stored size: 1.66 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.2.3 =end require 'spec_helper' require 'json' # Unit tests for CloudsmithApi::OrgsApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'OrgsApi' do before do # run before each test @instance = CloudsmithApi::OrgsApi.new end after do # run after each test end describe 'test an instance of OrgsApi' do it 'should create an instance of OrgsApi' do expect(@instance).to be_instance_of(CloudsmithApi::OrgsApi) end end # unit tests for orgs_list # Get a list of all the organizations you are associated with. # Get a list of all the organizations you are associated with. # @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<Organization>] describe 'orgs_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 orgs_read # Views for working with organizations. # Views for working with organizations. # @param slug # @param [Hash] opts the optional parameters # @return [Organization] describe 'orgs_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
26 entries across 26 versions & 1 rubygems