Sha256: 189aec379397529622f8fd0449e49e1018b2d50ada07dff2fe87d4f60a00dbb1

Contents?: true

Size: 1.37 KB

Versions: 124

Compression:

Stored size: 1.37 KB

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::RpmUpdateCollection
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'RpmUpdateCollection' do
  before do
    # run before each test
    @instance = PulpRpmClient::RpmUpdateCollection.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of RpmUpdateCollection' do
    it 'should create an instance of RpmUpdateCollection' do
      expect(@instance).to be_instance_of(PulpRpmClient::RpmUpdateCollection)
    end
  end
  describe 'test attribute "name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "shortname"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "_module"' 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

124 entries across 124 versions & 1 rubygems

Version Path
pulp_rpm_client-3.26.4 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.23.5 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.22.9 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.19.13 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.26.3 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.26.2 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.25.6 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.27.2 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.27.1 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.18.21 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.27.0 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.22.8 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.23.4 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.25.5 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.26.1 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.25.3 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.25.2 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.17.22 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.25.1 spec/models/rpm_update_collection_spec.rb
pulp_rpm_client-3.23.3 spec/models/rpm_update_collection_spec.rb