Sha256: 476590d4bd0915ce9ac177cea8f29917b8ca2371c25137a68b1c62b05bdd645f
Contents?: true
Size: 851 Bytes
Versions: 13
Compression:
Stored size: 851 Bytes
Contents
=begin #Pulp 3 API #Fetch, Upload, Organize, and Distribute Software Packages The version of the OpenAPI document: v3 Contact: pulp-list@redhat.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for PulpRpmClient::CompressionTypeEnum # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'CompressionTypeEnum' do before do # run before each test @instance = PulpRpmClient::CompressionTypeEnum.new end after do # run after each test end describe 'test an instance of CompressionTypeEnum' do it 'should create an instance of CompressionTypeEnum' do expect(@instance).to be_instance_of(PulpRpmClient::CompressionTypeEnum) end end end
Version data entries
13 entries across 13 versions & 1 rubygems