pulpcore_client 3.114.2 → 3.115.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,36 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpcoreClient::DataRepair7465
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe PulpcoreClient::DataRepair7465 do
21
- let(:instance) { PulpcoreClient::DataRepair7465.new }
22
-
23
- describe 'test an instance of DataRepair7465' do
24
- it 'should create an instance of DataRepair7465' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(PulpcoreClient::DataRepair7465)
27
- end
28
- end
29
-
30
- describe 'test attribute "dry_run"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- end