Sha256: 5aa0654e00f15c4ecf7a60fa76c1220bedf7d9f6a5bd3e13aa21624a1bbe4c7b
Contents?: true
Size: 958 Bytes
Versions: 2
Compression:
Stored size: 958 Bytes
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 Generator version: 7.10.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for PulpMavenClient::UnsetLabel # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe PulpMavenClient::UnsetLabel do let(:instance) { PulpMavenClient::UnsetLabel.new } describe 'test an instance of UnsetLabel' do it 'should create an instance of UnsetLabel' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(PulpMavenClient::UnsetLabel) end end describe 'test attribute "key"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_maven_client-0.9.0 | spec/models/unset_label_spec.rb |
pulp_maven_client-0.8.3 | spec/models/unset_label_spec.rb |