Sha256: 3fed23a76541289f7c3c6d5e7620181b67cbb9401c63d1828399a4454dbcfd52

Contents?: true

Size: 1.97 KB

Versions: 61

Compression:

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

  after do
    # run after each test
  end

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

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

  describe 'test attribute "number"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    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 "base_version"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

61 entries across 61 versions & 1 rubygems

Version Path
pulp_ansible_client-0.20.10 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.16.6 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.15.6 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.16.5 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.18.3 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.20.9 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.16.4 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.20.8 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.20.7 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.21.6 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.20.5 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.20.4 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.21.3 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.21.2 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.16.2 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.15.4 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.20.3 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.21.1 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.21.0 spec/models/repository_version_response_spec.rb
pulp_ansible_client-0.20.2 spec/models/repository_version_response_spec.rb