Sha256: 1e71273e7b459a02aaae16484133724d0ef65ea5121e9b235e94940d7ec1e761

Contents?: true

Size: 1.53 KB

Versions: 69

Compression:

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

  after do
    # run after each test
  end

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

69 entries across 69 versions & 1 rubygems

Version Path
pulp_ansible_client-0.20.10 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.16.6 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.15.6 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.16.5 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.18.3 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.20.9 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.21.9 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.16.4 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.21.8 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.20.8 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.21.7 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.20.7 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.21.6 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.20.5 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.20.4 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.21.3 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.21.2 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.16.2 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.15.4 spec/models/galaxy_collection_spec.rb
pulp_ansible_client-0.20.3 spec/models/galaxy_collection_spec.rb