Sha256: ee3758cc94c1c54dfadc5a5524a5b28d7bb17a3ea6da35f87639ac7d7a18fd04

Contents?: true

Size: 1.22 KB

Versions: 24

Compression:

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

  after do
    # run after each test
  end

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

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

24 entries across 24 versions & 1 rubygems

Version Path
pulpcore_client-3.64.0 spec/models/domain_backend_migrator_spec.rb
pulpcore_client-3.63.0 spec/models/domain_backend_migrator_spec.rb
pulpcore_client-3.62.0 spec/models/domain_backend_migrator_spec.rb
pulpcore_client-3.61.0 spec/models/domain_backend_migrator_spec.rb