Sha256: 56b1965bd7d6849aa611d59c3ed78435d63aa9f92fed7b56740056604e702ff2

Contents?: true

Size: 1.34 KB

Versions: 9

Compression:

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

  after do
    # run after each test
  end

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

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

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

9 entries across 9 versions & 1 rubygems

Version Path
pulp_rpm_client-3.27.1 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.27.0 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.25.5 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.26.1 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.25.3 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.25.2 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.25.1 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.25.0 spec/models/rpm_update_record_spec.rb
pulp_rpm_client-3.24.0 spec/models/rpm_update_record_spec.rb