=begin #Cloudsmith API (v1) #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::QuotaApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'QuotaApi' do before do # run before each test @instance = CloudsmithApi::QuotaApi.new end after do # run after each test end describe 'test an instance of QuotaApi' do it 'should create an instance of QuotaApi' do expect(@instance).to be_instance_of(CloudsmithApi::QuotaApi) end end # unit tests for quota_history_read # Quota history for a given namespace. # Quota history for a given namespace. # @param owner # @param [Hash] opts the optional parameters # @return [QuotaHistory] describe 'quota_history_read 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 quota_oss_history_read # Open-source Quota history for a given namespace. # Open-source Quota history for a given namespace. # @param owner # @param [Hash] opts the optional parameters # @return [QuotaHistory] describe 'quota_oss_history_read 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 quota_oss_read # Open-source Quota usage for a given namespace. # Open-source Quota usage for a given namespace. # @param owner # @param [Hash] opts the optional parameters # @return [Quota] describe 'quota_oss_read 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 quota_read # Quota usage for a given namespace. # Quota usage for a given namespace. # @param owner # @param [Hash] opts the optional parameters # @return [Quota] describe 'quota_read test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end