Sha256: 7546ae8567a0a0d930983374c035e812b6466a86ad105c1bb646f808aba4d1a2

Contents?: true

Size: 1.47 KB

Versions: 7

Compression:

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

  after do
    # run after each test
  end

  describe 'test an instance of AnsibleAnsibleCollectionDeprecated' do
    it 'should create an instance of AnsibleAnsibleCollectionDeprecated' do
      expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated)
    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 "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 "namespace"' 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

7 entries across 7 versions & 1 rubygems

Version Path
pulp_ansible_client-0.22.4 spec/models/ansible_ansible_collection_deprecated_spec.rb
pulp_ansible_client-0.23.1 spec/models/ansible_ansible_collection_deprecated_spec.rb
pulp_ansible_client-0.22.3 spec/models/ansible_ansible_collection_deprecated_spec.rb
pulp_ansible_client-0.23.0 spec/models/ansible_ansible_collection_deprecated_spec.rb
pulp_ansible_client-0.22.2 spec/models/ansible_ansible_collection_deprecated_spec.rb
pulp_ansible_client-0.22.1 spec/models/ansible_ansible_collection_deprecated_spec.rb
pulp_ansible_client-0.22.0 spec/models/ansible_ansible_collection_deprecated_spec.rb