Sha256: 7f2ef61b8804deefb23ad69db3d28d18945593f8abc1c6e7e1cb1cddf445c0da
Contents?: true
Size: 1.45 KB
Versions: 23
Compression:
Stored size: 1.45 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::BadgesApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'BadgesApi' do before do # run before each test @instance = CloudsmithApi::BadgesApi.new end after do # run after each test end describe 'test an instance of BadgesApi' do it 'should create an instance of BadgesApi' do expect(@instance).to be_instance_of(CloudsmithApi::BadgesApi) end end # unit tests for badges_version_list # Get latest package version for a package or package group. # Get latest package version for a package or package group. # @param owner # @param repo # @param package_format # @param package_name # @param package_version # @param package_identifiers # @param [Hash] opts the optional parameters # @option opts [String] :badge_token Badge token to authenticate for private packages # @option opts [BOOLEAN] :render If true, badge will be rendered # @return [nil] describe 'badges_version_list 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
23 entries across 23 versions & 1 rubygems