Sha256: 6b6b01ae551a148dcd64fc81c4c8c60e58302611a06520bbed7b0da15cbfcc3f

Contents?: true

Size: 1.91 KB

Versions: 67

Compression:

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

  after do
    # run after each test
  end

  describe 'test an instance of UserRoleResponse' do
    it 'should create an instance of UserRoleResponse' do
      expect(@instance).to be_instance_of(PulpcoreClient::UserRoleResponse)
    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 "role"' 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_object"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

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

67 entries across 67 versions & 1 rubygems

Version Path
pulpcore_client-3.21.14 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.10 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.13 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.12 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.9 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.11 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.8 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.7 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.10 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.6 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.9 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.8 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.5 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.4 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.7 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.6 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.3 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.2 spec/models/user_role_response_spec.rb
pulpcore_client-3.21.5 spec/models/user_role_response_spec.rb
pulpcore_client-3.22.1 spec/models/user_role_response_spec.rb