Sha256: c09d97e45f1392208e54d6ed5f30d09599621a012da48b3c51b696e737579b68
Contents?: true
Size: 1.01 KB
Versions: 9
Compression:
Stored size: 1.01 KB
Contents
=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' require 'date' # Unit tests for CloudsmithApi::PackageVulnerabilityPolicyEvaluationRequestRequest # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'PackageVulnerabilityPolicyEvaluationRequestRequest' do before do # run before each test @instance = CloudsmithApi::PackageVulnerabilityPolicyEvaluationRequestRequest.new end after do # run after each test end describe 'test an instance of PackageVulnerabilityPolicyEvaluationRequestRequest' do it 'should create an instance of PackageVulnerabilityPolicyEvaluationRequestRequest' do expect(@instance).to be_instance_of(CloudsmithApi::PackageVulnerabilityPolicyEvaluationRequestRequest) end end end
Version data entries
9 entries across 9 versions & 1 rubygems