pulp_maven_client 0.8.2 → 0.9.0

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.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -6
  3. data/docs/AsyncOperationResponse.md +8 -7
  4. data/docs/ContentArtifactApi.md +111 -61
  5. data/docs/ContentSummaryResponse.md +12 -11
  6. data/docs/DistributionsMavenApi.md +265 -130
  7. data/docs/MavenMavenArtifact.md +12 -11
  8. data/docs/MavenMavenArtifactResponse.md +24 -23
  9. data/docs/MavenMavenDistribution.md +20 -19
  10. data/docs/MavenMavenDistributionResponse.md +32 -31
  11. data/docs/MavenMavenRemote.md +48 -47
  12. data/docs/MavenMavenRemoteResponse.md +48 -47
  13. data/docs/MavenMavenRemoteResponseHiddenFieldsInner.md +20 -0
  14. data/docs/MavenMavenRepository.md +16 -15
  15. data/docs/MavenMavenRepositoryResponse.md +28 -27
  16. data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
  17. data/docs/PaginatedmavenMavenArtifactResponseList.md +14 -13
  18. data/docs/PaginatedmavenMavenDistributionResponseList.md +14 -13
  19. data/docs/PaginatedmavenMavenRemoteResponseList.md +14 -13
  20. data/docs/PaginatedmavenMavenRepositoryResponseList.md +14 -13
  21. data/docs/PatchedmavenMavenDistribution.md +20 -19
  22. data/docs/PatchedmavenMavenRemote.md +48 -47
  23. data/docs/PatchedmavenMavenRepository.md +16 -15
  24. data/docs/PolicyEnum.md +4 -5
  25. data/docs/PulpMavenApi.md +60 -25
  26. data/docs/RemotesMavenApi.md +269 -132
  27. data/docs/Repair.md +8 -7
  28. data/docs/RepositoriesMavenApi.md +296 -144
  29. data/docs/RepositoriesMavenVersionsApi.md +152 -82
  30. data/docs/RepositoryAddCachedContent.md +8 -7
  31. data/docs/RepositoryVersionResponse.md +22 -21
  32. data/docs/SetLabel.md +10 -9
  33. data/docs/SetLabelResponse.md +10 -9
  34. data/docs/UnsetLabel.md +8 -7
  35. data/docs/UnsetLabelResponse.md +10 -9
  36. data/lib/pulp_maven_client/api/content_artifact_api.rb +20 -14
  37. data/lib/pulp_maven_client/api/distributions_maven_api.rb +61 -38
  38. data/lib/pulp_maven_client/api/pulp_maven_api.rb +9 -7
  39. data/lib/pulp_maven_client/api/remotes_maven_api.rb +76 -50
  40. data/lib/pulp_maven_client/api/repositories_maven_api.rb +70 -43
  41. data/lib/pulp_maven_client/api/repositories_maven_versions_api.rb +40 -30
  42. data/lib/pulp_maven_client/api_client.rb +137 -102
  43. data/lib/pulp_maven_client/api_error.rb +2 -1
  44. data/lib/pulp_maven_client/configuration.rb +162 -21
  45. data/lib/pulp_maven_client/models/async_operation_response.rb +32 -22
  46. data/lib/pulp_maven_client/models/content_summary_response.rb +36 -22
  47. data/lib/pulp_maven_client/models/maven_maven_artifact.rb +34 -22
  48. data/lib/pulp_maven_client/models/maven_maven_artifact_response.rb +34 -24
  49. data/lib/pulp_maven_client/models/maven_maven_distribution.rb +34 -22
  50. data/lib/pulp_maven_client/models/maven_maven_distribution_response.rb +36 -24
  51. data/lib/pulp_maven_client/models/maven_maven_remote.rb +57 -23
  52. data/lib/pulp_maven_client/models/maven_maven_remote_response.rb +60 -26
  53. data/lib/pulp_maven_client/models/{maven_maven_remote_response_hidden_fields.rb → maven_maven_remote_response_hidden_fields_inner.rb} +37 -25
  54. data/lib/pulp_maven_client/models/maven_maven_repository.rb +32 -22
  55. data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +34 -24
  56. data/lib/pulp_maven_client/models/paginated_repository_version_response_list.rb +34 -22
  57. data/lib/pulp_maven_client/models/paginatedmaven_maven_artifact_response_list.rb +34 -22
  58. data/lib/pulp_maven_client/models/paginatedmaven_maven_distribution_response_list.rb +34 -22
  59. data/lib/pulp_maven_client/models/paginatedmaven_maven_remote_response_list.rb +34 -22
  60. data/lib/pulp_maven_client/models/paginatedmaven_maven_repository_response_list.rb +34 -22
  61. data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +40 -24
  62. data/lib/pulp_maven_client/models/patchedmaven_maven_remote.rb +63 -25
  63. data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +35 -23
  64. data/lib/pulp_maven_client/models/policy_enum.rb +8 -5
  65. data/lib/pulp_maven_client/models/repair.rb +30 -22
  66. data/lib/pulp_maven_client/models/repository_add_cached_content.rb +30 -22
  67. data/lib/pulp_maven_client/models/repository_version_response.rb +32 -24
  68. data/lib/pulp_maven_client/models/set_label.rb +34 -22
  69. data/lib/pulp_maven_client/models/set_label_response.rb +34 -22
  70. data/lib/pulp_maven_client/models/unset_label.rb +32 -22
  71. data/lib/pulp_maven_client/models/unset_label_response.rb +32 -22
  72. data/lib/pulp_maven_client/version.rb +2 -2
  73. data/lib/pulp_maven_client.rb +2 -2
  74. data/pulp_maven_client.gemspec +9 -6
  75. data/spec/api/content_artifact_api_spec.rb +4 -4
  76. data/spec/api/distributions_maven_api_spec.rb +9 -9
  77. data/spec/api/pulp_maven_api_spec.rb +3 -3
  78. data/spec/api/remotes_maven_api_spec.rb +16 -15
  79. data/spec/api/repositories_maven_api_spec.rb +10 -10
  80. data/spec/api/repositories_maven_versions_api_spec.rb +12 -11
  81. data/spec/models/async_operation_response_spec.rb +7 -12
  82. data/spec/models/content_summary_response_spec.rb +9 -14
  83. data/spec/models/maven_maven_artifact_response_spec.rb +15 -20
  84. data/spec/models/maven_maven_artifact_spec.rb +9 -14
  85. data/spec/models/maven_maven_distribution_response_spec.rb +19 -24
  86. data/spec/models/maven_maven_distribution_spec.rb +13 -18
  87. data/spec/models/{maven_maven_remote_response_hidden_fields_spec.rb → maven_maven_remote_response_hidden_fields_inner_spec.rb} +11 -16
  88. data/spec/models/maven_maven_remote_response_spec.rb +27 -32
  89. data/spec/models/maven_maven_remote_spec.rb +27 -32
  90. data/spec/models/maven_maven_repository_response_spec.rb +17 -22
  91. data/spec/models/maven_maven_repository_spec.rb +11 -16
  92. data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
  93. data/spec/models/paginatedmaven_maven_artifact_response_list_spec.rb +10 -15
  94. data/spec/models/paginatedmaven_maven_distribution_response_list_spec.rb +10 -15
  95. data/spec/models/paginatedmaven_maven_remote_response_list_spec.rb +10 -15
  96. data/spec/models/paginatedmaven_maven_repository_response_list_spec.rb +10 -15
  97. data/spec/models/patchedmaven_maven_distribution_spec.rb +13 -18
  98. data/spec/models/patchedmaven_maven_remote_spec.rb +27 -32
  99. data/spec/models/patchedmaven_maven_repository_spec.rb +11 -16
  100. data/spec/models/policy_enum_spec.rb +6 -11
  101. data/spec/models/repair_spec.rb +7 -12
  102. data/spec/models/repository_add_cached_content_spec.rb +7 -12
  103. data/spec/models/repository_version_response_spec.rb +14 -19
  104. data/spec/models/set_label_response_spec.rb +8 -13
  105. data/spec/models/set_label_spec.rb +8 -13
  106. data/spec/models/unset_label_response_spec.rb +8 -13
  107. data/spec/models/unset_label_spec.rb +7 -12
  108. data/spec/spec_helper.rb +1 -1
  109. metadata +67 -43
  110. data/docs/MavenMavenRemoteResponseHiddenFields.md +0 -19
  111. data/spec/api_client_spec.rb +0 -188
  112. data/spec/configuration_spec.rb +0 -42
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -40,7 +40,7 @@ describe 'RepositoriesMavenVersionsApi' do
40
40
  # @return [AsyncOperationResponse]
41
41
  describe 'delete test' do
42
42
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
44
  end
45
45
  end
46
46
 
@@ -61,12 +61,13 @@ describe 'RepositoriesMavenVersionsApi' do
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
62
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
63
63
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
64
- # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
65
- # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
66
- # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
67
- # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
68
- # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
69
- # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
64
+ # @option opts [Time] :pulp_created Filter results where pulp_created matches value
65
+ # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
66
+ # @option opts [Time] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
67
+ # @option opts [Boolean] :pulp_created__isnull Filter results where pulp_created has a null value
68
+ # @option opts [Time] :pulp_created__lt Filter results where pulp_created is less than value
69
+ # @option opts [Time] :pulp_created__lte Filter results where pulp_created is less than or equal to value
70
+ # @option opts [Array<Time>] :pulp_created__range Filter results where pulp_created is between two comma separated values
70
71
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
72
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
72
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -74,7 +75,7 @@ describe 'RepositoriesMavenVersionsApi' do
74
75
  # @return [PaginatedRepositoryVersionResponseList]
75
76
  describe 'list test' do
76
77
  it 'should work' do
77
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
78
79
  end
79
80
  end
80
81
 
@@ -88,7 +89,7 @@ describe 'RepositoriesMavenVersionsApi' do
88
89
  # @return [RepositoryVersionResponse]
89
90
  describe 'read test' do
90
91
  it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
92
93
  end
93
94
  end
94
95
 
@@ -100,7 +101,7 @@ describe 'RepositoriesMavenVersionsApi' do
100
101
  # @return [AsyncOperationResponse]
101
102
  describe 'repair test' do
102
103
  it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
104
105
  end
105
106
  end
106
107
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,24 +17,19 @@ require 'date'
17
17
  # Unit tests for PulpMavenClient::AsyncOperationResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'AsyncOperationResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpMavenClient::AsyncOperationResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpMavenClient::AsyncOperationResponse do
21
+ let(:instance) { PulpMavenClient::AsyncOperationResponse.new }
29
22
 
30
23
  describe 'test an instance of AsyncOperationResponse' do
31
24
  it 'should create an instance of AsyncOperationResponse' do
32
- expect(@instance).to be_instance_of(PulpMavenClient::AsyncOperationResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpMavenClient::AsyncOperationResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "task"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,36 +17,31 @@ require 'date'
17
17
  # Unit tests for PulpMavenClient::ContentSummaryResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'ContentSummaryResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpMavenClient::ContentSummaryResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpMavenClient::ContentSummaryResponse do
21
+ let(:instance) { PulpMavenClient::ContentSummaryResponse.new }
29
22
 
30
23
  describe 'test an instance of ContentSummaryResponse' do
31
24
  it 'should create an instance of ContentSummaryResponse' do
32
- expect(@instance).to be_instance_of(PulpMavenClient::ContentSummaryResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpMavenClient::ContentSummaryResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "added"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "removed"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
47
42
  describe 'test attribute "present"' do
48
43
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
45
  end
51
46
  end
52
47
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,72 +17,67 @@ require 'date'
17
17
  # Unit tests for PulpMavenClient::MavenMavenArtifactResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'MavenMavenArtifactResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpMavenClient::MavenMavenArtifactResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpMavenClient::MavenMavenArtifactResponse do
21
+ let(:instance) { PulpMavenClient::MavenMavenArtifactResponse.new }
29
22
 
30
23
  describe 'test an instance of MavenMavenArtifactResponse' do
31
24
  it 'should create an instance of MavenMavenArtifactResponse' do
32
- expect(@instance).to be_instance_of(PulpMavenClient::MavenMavenArtifactResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpMavenClient::MavenMavenArtifactResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "pulp_href"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "prn"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
47
42
  describe 'test attribute "pulp_created"' do
48
43
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
45
  end
51
46
  end
52
47
 
53
48
  describe 'test attribute "pulp_last_updated"' do
54
49
  it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
56
51
  end
57
52
  end
58
53
 
59
54
  describe 'test attribute "artifact"' do
60
55
  it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
62
57
  end
63
58
  end
64
59
 
65
60
  describe 'test attribute "group_id"' do
66
61
  it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
68
63
  end
69
64
  end
70
65
 
71
66
  describe 'test attribute "artifact_id"' do
72
67
  it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
74
69
  end
75
70
  end
76
71
 
77
72
  describe 'test attribute "version"' do
78
73
  it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
80
75
  end
81
76
  end
82
77
 
83
78
  describe 'test attribute "filename"' do
84
79
  it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
86
81
  end
87
82
  end
88
83
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,36 +17,31 @@ require 'date'
17
17
  # Unit tests for PulpMavenClient::MavenMavenArtifact
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'MavenMavenArtifact' do
21
- before do
22
- # run before each test
23
- @instance = PulpMavenClient::MavenMavenArtifact.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpMavenClient::MavenMavenArtifact do
21
+ let(:instance) { PulpMavenClient::MavenMavenArtifact.new }
29
22
 
30
23
  describe 'test an instance of MavenMavenArtifact' do
31
24
  it 'should create an instance of MavenMavenArtifact' do
32
- expect(@instance).to be_instance_of(PulpMavenClient::MavenMavenArtifact)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpMavenClient::MavenMavenArtifact)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "repository"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "artifact"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
47
42
  describe 'test attribute "relative_path"' do
48
43
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
45
  end
51
46
  end
52
47
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,96 +17,91 @@ require 'date'
17
17
  # Unit tests for PulpMavenClient::MavenMavenDistributionResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'MavenMavenDistributionResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpMavenClient::MavenMavenDistributionResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpMavenClient::MavenMavenDistributionResponse do
21
+ let(:instance) { PulpMavenClient::MavenMavenDistributionResponse.new }
29
22
 
30
23
  describe 'test an instance of MavenMavenDistributionResponse' do
31
24
  it 'should create an instance of MavenMavenDistributionResponse' do
32
- expect(@instance).to be_instance_of(PulpMavenClient::MavenMavenDistributionResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpMavenClient::MavenMavenDistributionResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "pulp_href"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "prn"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
47
42
  describe 'test attribute "pulp_created"' do
48
43
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
45
  end
51
46
  end
52
47
 
53
48
  describe 'test attribute "pulp_last_updated"' do
54
49
  it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
56
51
  end
57
52
  end
58
53
 
59
54
  describe 'test attribute "base_path"' do
60
55
  it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
62
57
  end
63
58
  end
64
59
 
65
60
  describe 'test attribute "base_url"' do
66
61
  it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
68
63
  end
69
64
  end
70
65
 
71
66
  describe 'test attribute "content_guard"' do
72
67
  it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
74
69
  end
75
70
  end
76
71
 
77
72
  describe 'test attribute "no_content_change_since"' do
78
73
  it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
80
75
  end
81
76
  end
82
77
 
83
78
  describe 'test attribute "hidden"' do
84
79
  it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
86
81
  end
87
82
  end
88
83
 
89
84
  describe 'test attribute "pulp_labels"' do
90
85
  it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
92
87
  end
93
88
  end
94
89
 
95
90
  describe 'test attribute "name"' do
96
91
  it 'should work' do
97
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
98
93
  end
99
94
  end
100
95
 
101
96
  describe 'test attribute "repository"' do
102
97
  it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
104
99
  end
105
100
  end
106
101
 
107
102
  describe 'test attribute "remote"' do
108
103
  it 'should work' do
109
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
110
105
  end
111
106
  end
112
107
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,60 +17,55 @@ require 'date'
17
17
  # Unit tests for PulpMavenClient::MavenMavenDistribution
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'MavenMavenDistribution' do
21
- before do
22
- # run before each test
23
- @instance = PulpMavenClient::MavenMavenDistribution.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpMavenClient::MavenMavenDistribution do
21
+ let(:instance) { PulpMavenClient::MavenMavenDistribution.new }
29
22
 
30
23
  describe 'test an instance of MavenMavenDistribution' do
31
24
  it 'should create an instance of MavenMavenDistribution' do
32
- expect(@instance).to be_instance_of(PulpMavenClient::MavenMavenDistribution)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpMavenClient::MavenMavenDistribution)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "base_path"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "content_guard"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
47
42
  describe 'test attribute "hidden"' do
48
43
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
45
  end
51
46
  end
52
47
 
53
48
  describe 'test attribute "pulp_labels"' do
54
49
  it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
56
51
  end
57
52
  end
58
53
 
59
54
  describe 'test attribute "name"' do
60
55
  it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
62
57
  end
63
58
  end
64
59
 
65
60
  describe 'test attribute "repository"' do
66
61
  it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
68
63
  end
69
64
  end
70
65
 
71
66
  describe 'test attribute "remote"' do
72
67
  it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
74
69
  end
75
70
  end
76
71
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -14,33 +14,28 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpMavenClient::MavenMavenRemoteResponseHiddenFields
17
+ # Unit tests for PulpMavenClient::MavenMavenRemoteResponseHiddenFieldsInner
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'MavenMavenRemoteResponseHiddenFields' do
21
- before do
22
- # run before each test
23
- @instance = PulpMavenClient::MavenMavenRemoteResponseHiddenFields.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpMavenClient::MavenMavenRemoteResponseHiddenFieldsInner do
21
+ let(:instance) { PulpMavenClient::MavenMavenRemoteResponseHiddenFieldsInner.new }
29
22
 
30
- describe 'test an instance of MavenMavenRemoteResponseHiddenFields' do
31
- it 'should create an instance of MavenMavenRemoteResponseHiddenFields' do
32
- expect(@instance).to be_instance_of(PulpMavenClient::MavenMavenRemoteResponseHiddenFields)
23
+ describe 'test an instance of MavenMavenRemoteResponseHiddenFieldsInner' do
24
+ it 'should create an instance of MavenMavenRemoteResponseHiddenFieldsInner' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpMavenClient::MavenMavenRemoteResponseHiddenFieldsInner)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "name"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "is_set"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41