pulpcore_client 3.22.29 → 3.22.30
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.
- checksums.yaml +4 -4
- data/README.md +141 -143
- data/docs/AccessPoliciesApi.md +25 -25
- data/docs/ArtifactDistributionResponse.md +4 -4
- data/docs/ArtifactsApi.md +20 -20
- data/docs/ContentApi.md +5 -5
- data/docs/ContentguardsApi.md +5 -5
- data/docs/ContentguardsContentRedirectApi.md +50 -50
- data/docs/ContentguardsRbacApi.md +50 -50
- data/docs/DistributionsApi.md +5 -5
- data/docs/DistributionsArtifactsApi.md +10 -10
- data/docs/ExportersFilesystemApi.md +30 -30
- data/docs/ExportersFilesystemExportsApi.md +20 -20
- data/docs/ExportersPulpApi.md +30 -30
- data/docs/ExportersPulpExportsApi.md +20 -20
- data/docs/GroupsApi.md +50 -50
- data/docs/GroupsRolesApi.md +20 -20
- data/docs/GroupsUsersApi.md +15 -15
- data/docs/ImportersPulpApi.md +30 -30
- data/docs/ImportersPulpImportsApi.md +20 -20
- data/docs/OrphansApi.md +5 -5
- data/docs/OrphansCleanupApi.md +5 -5
- data/docs/PublicationsApi.md +5 -5
- data/docs/RemotesApi.md +5 -5
- data/docs/RepairApi.md +5 -5
- data/docs/RepositoriesApi.md +5 -5
- data/docs/RepositoriesReclaimSpaceApi.md +5 -5
- data/docs/RepositoryVersionsApi.md +5 -5
- data/docs/RolesApi.md +30 -30
- data/docs/SigningServicesApi.md +10 -10
- data/docs/TaskGroupsApi.md +10 -10
- data/docs/TaskSchedulesApi.md +30 -30
- data/docs/TasksApi.md +95 -95
- data/docs/UploadsApi.md +50 -50
- data/docs/UsersApi.md +30 -30
- data/docs/UsersRolesApi.md +20 -20
- data/docs/WorkersApi.md +10 -10
- data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
- data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
- data/lib/pulpcore_client/api/content_api.rb +5 -5
- data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
- data/lib/pulpcore_client/api/distributions_api.rb +5 -5
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_api.rb +63 -63
- data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
- data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulpcore_client/api/orphans_api.rb +5 -5
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulpcore_client/api/publications_api.rb +5 -5
- data/lib/pulpcore_client/api/remotes_api.rb +5 -5
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +5 -5
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
- data/lib/pulpcore_client/api/roles_api.rb +37 -37
- data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
- data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
- data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
- data/lib/pulpcore_client/api/tasks_api.rb +119 -119
- data/lib/pulpcore_client/api/uploads_api.rb +65 -65
- data/lib/pulpcore_client/api/users_api.rb +37 -37
- data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/workers_api.rb +11 -11
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +18 -18
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +0 -2
- data/spec/api/access_policies_api_spec.rb +10 -10
- data/spec/api/artifacts_api_spec.rb +8 -8
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/contentguards_api_spec.rb +2 -2
- data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
- data/spec/api/contentguards_rbac_api_spec.rb +20 -20
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/distributions_artifacts_api_spec.rb +4 -4
- data/spec/api/exporters_filesystem_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
- data/spec/api/exporters_pulp_api_spec.rb +12 -12
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +20 -20
- data/spec/api/groups_roles_api_spec.rb +8 -8
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +12 -12
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +2 -2
- data/spec/api/remotes_api_spec.rb +2 -2
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +2 -2
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +12 -12
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +12 -12
- data/spec/api/tasks_api_spec.rb +29 -29
- data/spec/api/uploads_api_spec.rb +20 -20
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_roles_api_spec.rb +8 -8
- data/spec/api/workers_api_spec.rb +4 -4
- data/spec/models/artifact_distribution_response_spec.rb +4 -4
- metadata +130 -138
- data/docs/DocsApiJsonApi.md +0 -61
- data/docs/DocsApiYamlApi.md +0 -61
- data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
- data/spec/api/docs_api_json_api_spec.rb +0 -48
- data/spec/api/docs_api_yaml_api_spec.rb +0 -48
|
@@ -32,7 +32,7 @@ describe 'SigningServicesApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for list
|
|
36
36
|
# List signing services
|
|
37
37
|
# A ViewSet that supports browsing of existing signing services.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
@@ -43,13 +43,13 @@ describe 'SigningServicesApi' do
|
|
|
43
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
44
44
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
45
45
|
# @return [PaginatedSigningServiceResponseList]
|
|
46
|
-
describe '
|
|
46
|
+
describe 'list test' do
|
|
47
47
|
it 'should work' do
|
|
48
48
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
49
|
end
|
|
50
50
|
end
|
|
51
51
|
|
|
52
|
-
# unit tests for
|
|
52
|
+
# unit tests for read
|
|
53
53
|
# Inspect a signing service
|
|
54
54
|
# A ViewSet that supports browsing of existing signing services.
|
|
55
55
|
# @param signing_service_href
|
|
@@ -57,7 +57,7 @@ describe 'SigningServicesApi' do
|
|
|
57
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
58
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
59
59
|
# @return [SigningServiceResponse]
|
|
60
|
-
describe '
|
|
60
|
+
describe 'read test' do
|
|
61
61
|
it 'should work' do
|
|
62
62
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
63
63
|
end
|
|
@@ -32,7 +32,7 @@ describe 'TaskGroupsApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for list
|
|
36
36
|
# List task groups
|
|
37
37
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
@@ -41,13 +41,13 @@ describe 'TaskGroupsApi' do
|
|
|
41
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
42
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
43
43
|
# @return [PaginatedTaskGroupResponseList]
|
|
44
|
-
describe '
|
|
44
|
+
describe 'list test' do
|
|
45
45
|
it 'should work' do
|
|
46
46
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
|
|
50
|
-
# unit tests for
|
|
50
|
+
# unit tests for read
|
|
51
51
|
# Inspect a task group
|
|
52
52
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
53
53
|
# @param task_group_href
|
|
@@ -55,7 +55,7 @@ describe 'TaskGroupsApi' do
|
|
|
55
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
56
56
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
57
57
|
# @return [TaskGroupResponse]
|
|
58
|
-
describe '
|
|
58
|
+
describe 'read test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
61
|
end
|
|
@@ -32,19 +32,19 @@ describe 'TaskSchedulesApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for add_role
|
|
36
36
|
# Add a role for this object to users/groups.
|
|
37
37
|
# @param task_schedule_href
|
|
38
38
|
# @param nested_role
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
40
|
# @return [NestedRoleResponse]
|
|
41
|
-
describe '
|
|
41
|
+
describe 'add_role test' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
# unit tests for
|
|
47
|
+
# unit tests for list
|
|
48
48
|
# List task schedules
|
|
49
49
|
# ViewSet to monitor task schedules. NOTE: This feature is in tech-preview and may change in backwards incompatible ways.
|
|
50
50
|
# @param [Hash] opts the optional parameters
|
|
@@ -58,39 +58,39 @@ describe 'TaskSchedulesApi' do
|
|
|
58
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
59
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
60
60
|
# @return [PaginatedTaskScheduleResponseList]
|
|
61
|
-
describe '
|
|
61
|
+
describe 'list test' do
|
|
62
62
|
it 'should work' do
|
|
63
63
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
64
64
|
end
|
|
65
65
|
end
|
|
66
66
|
|
|
67
|
-
# unit tests for
|
|
67
|
+
# unit tests for list_roles
|
|
68
68
|
# List roles assigned to this object.
|
|
69
69
|
# @param task_schedule_href
|
|
70
70
|
# @param [Hash] opts the optional parameters
|
|
71
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
73
|
# @return [ObjectRolesResponse]
|
|
74
|
-
describe '
|
|
74
|
+
describe 'list_roles test' do
|
|
75
75
|
it 'should work' do
|
|
76
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
77
77
|
end
|
|
78
78
|
end
|
|
79
79
|
|
|
80
|
-
# unit tests for
|
|
80
|
+
# unit tests for my_permissions
|
|
81
81
|
# List permissions available to the current user on this object.
|
|
82
82
|
# @param task_schedule_href
|
|
83
83
|
# @param [Hash] opts the optional parameters
|
|
84
84
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
85
85
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
86
86
|
# @return [MyPermissionsResponse]
|
|
87
|
-
describe '
|
|
87
|
+
describe 'my_permissions test' do
|
|
88
88
|
it 'should work' do
|
|
89
89
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
90
90
|
end
|
|
91
91
|
end
|
|
92
92
|
|
|
93
|
-
# unit tests for
|
|
93
|
+
# unit tests for read
|
|
94
94
|
# Inspect a task schedule
|
|
95
95
|
# ViewSet to monitor task schedules. NOTE: This feature is in tech-preview and may change in backwards incompatible ways.
|
|
96
96
|
# @param task_schedule_href
|
|
@@ -98,19 +98,19 @@ describe 'TaskSchedulesApi' do
|
|
|
98
98
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
99
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
100
|
# @return [TaskScheduleResponse]
|
|
101
|
-
describe '
|
|
101
|
+
describe 'read test' do
|
|
102
102
|
it 'should work' do
|
|
103
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
104
|
end
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
-
# unit tests for
|
|
107
|
+
# unit tests for remove_role
|
|
108
108
|
# Remove a role for this object from users/groups.
|
|
109
109
|
# @param task_schedule_href
|
|
110
110
|
# @param nested_role
|
|
111
111
|
# @param [Hash] opts the optional parameters
|
|
112
112
|
# @return [NestedRoleResponse]
|
|
113
|
-
describe '
|
|
113
|
+
describe 'remove_role test' do
|
|
114
114
|
it 'should work' do
|
|
115
115
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
116
116
|
end
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -32,44 +32,31 @@ describe 'TasksApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for add_role
|
|
36
36
|
# Add a role for this object to users/groups.
|
|
37
37
|
# @param task_href
|
|
38
38
|
# @param nested_role
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
40
|
# @return [NestedRoleResponse]
|
|
41
|
-
describe '
|
|
41
|
+
describe 'add_role test' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
# unit tests for
|
|
48
|
-
# Cancel a task
|
|
49
|
-
# This operation cancels a task.
|
|
50
|
-
# @param task_href
|
|
51
|
-
# @param patched_task_cancel
|
|
52
|
-
# @param [Hash] opts the optional parameters
|
|
53
|
-
# @return [TaskResponse]
|
|
54
|
-
describe 'tasks_cancel test' do
|
|
55
|
-
it 'should work' do
|
|
56
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
# unit tests for tasks_delete
|
|
47
|
+
# unit tests for delete
|
|
61
48
|
# Delete a task
|
|
62
49
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
63
50
|
# @param task_href
|
|
64
51
|
# @param [Hash] opts the optional parameters
|
|
65
52
|
# @return [nil]
|
|
66
|
-
describe '
|
|
53
|
+
describe 'delete test' do
|
|
67
54
|
it 'should work' do
|
|
68
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
69
56
|
end
|
|
70
57
|
end
|
|
71
58
|
|
|
72
|
-
# unit tests for
|
|
59
|
+
# unit tests for list
|
|
73
60
|
# List tasks
|
|
74
61
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
75
62
|
# @param [Hash] opts the optional parameters
|
|
@@ -111,51 +98,51 @@ describe 'TasksApi' do
|
|
|
111
98
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
112
99
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
113
100
|
# @return [PaginatedTaskResponseList]
|
|
114
|
-
describe '
|
|
101
|
+
describe 'list test' do
|
|
115
102
|
it 'should work' do
|
|
116
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
117
104
|
end
|
|
118
105
|
end
|
|
119
106
|
|
|
120
|
-
# unit tests for
|
|
107
|
+
# unit tests for list_roles
|
|
121
108
|
# List roles assigned to this object.
|
|
122
109
|
# @param task_href
|
|
123
110
|
# @param [Hash] opts the optional parameters
|
|
124
111
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
125
112
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
126
113
|
# @return [ObjectRolesResponse]
|
|
127
|
-
describe '
|
|
114
|
+
describe 'list_roles test' do
|
|
128
115
|
it 'should work' do
|
|
129
116
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
130
117
|
end
|
|
131
118
|
end
|
|
132
119
|
|
|
133
|
-
# unit tests for
|
|
120
|
+
# unit tests for my_permissions
|
|
134
121
|
# List permissions available to the current user on this object.
|
|
135
122
|
# @param task_href
|
|
136
123
|
# @param [Hash] opts the optional parameters
|
|
137
124
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
138
125
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
139
126
|
# @return [MyPermissionsResponse]
|
|
140
|
-
describe '
|
|
127
|
+
describe 'my_permissions test' do
|
|
141
128
|
it 'should work' do
|
|
142
129
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
143
130
|
end
|
|
144
131
|
end
|
|
145
132
|
|
|
146
|
-
# unit tests for
|
|
133
|
+
# unit tests for purge
|
|
147
134
|
# Purge Completed Tasks
|
|
148
135
|
# Trigger an asynchronous task that deletes completed tasks that finished prior to a specified timestamp (tech-preview, may change in the future).
|
|
149
136
|
# @param purge
|
|
150
137
|
# @param [Hash] opts the optional parameters
|
|
151
138
|
# @return [AsyncOperationResponse]
|
|
152
|
-
describe '
|
|
139
|
+
describe 'purge test' do
|
|
153
140
|
it 'should work' do
|
|
154
141
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
155
142
|
end
|
|
156
143
|
end
|
|
157
144
|
|
|
158
|
-
# unit tests for
|
|
145
|
+
# unit tests for read
|
|
159
146
|
# Inspect a task
|
|
160
147
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
161
148
|
# @param task_href
|
|
@@ -163,19 +150,32 @@ describe 'TasksApi' do
|
|
|
163
150
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
164
151
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
165
152
|
# @return [TaskResponse]
|
|
166
|
-
describe '
|
|
153
|
+
describe 'read test' do
|
|
167
154
|
it 'should work' do
|
|
168
155
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
169
156
|
end
|
|
170
157
|
end
|
|
171
158
|
|
|
172
|
-
# unit tests for
|
|
159
|
+
# unit tests for remove_role
|
|
173
160
|
# Remove a role for this object from users/groups.
|
|
174
161
|
# @param task_href
|
|
175
162
|
# @param nested_role
|
|
176
163
|
# @param [Hash] opts the optional parameters
|
|
177
164
|
# @return [NestedRoleResponse]
|
|
178
|
-
describe '
|
|
165
|
+
describe 'remove_role test' do
|
|
166
|
+
it 'should work' do
|
|
167
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
168
|
+
end
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
# unit tests for tasks_cancel
|
|
172
|
+
# Cancel a task
|
|
173
|
+
# This operation cancels a task.
|
|
174
|
+
# @param task_href
|
|
175
|
+
# @param patched_task_cancel
|
|
176
|
+
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @return [TaskResponse]
|
|
178
|
+
describe 'tasks_cancel test' do
|
|
179
179
|
it 'should work' do
|
|
180
180
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
181
181
|
end
|
|
@@ -32,56 +32,56 @@ describe 'UploadsApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for add_role
|
|
36
36
|
# Add a role for this object to users/groups.
|
|
37
37
|
# @param upload_href
|
|
38
38
|
# @param upload
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
40
|
# @return [NestedRoleResponse]
|
|
41
|
-
describe '
|
|
41
|
+
describe 'add_role test' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
# unit tests for
|
|
47
|
+
# unit tests for commit
|
|
48
48
|
# Finish an Upload
|
|
49
49
|
# Queues a Task that creates an Artifact, and the Upload gets deleted and cannot be re-used.
|
|
50
50
|
# @param upload_href
|
|
51
51
|
# @param upload_commit
|
|
52
52
|
# @param [Hash] opts the optional parameters
|
|
53
53
|
# @return [AsyncOperationResponse]
|
|
54
|
-
describe '
|
|
54
|
+
describe 'commit test' do
|
|
55
55
|
it 'should work' do
|
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
-
# unit tests for
|
|
60
|
+
# unit tests for create
|
|
61
61
|
# Create an upload
|
|
62
62
|
# View for chunked uploads.
|
|
63
63
|
# @param upload
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
65
|
# @return [UploadResponse]
|
|
66
|
-
describe '
|
|
66
|
+
describe 'create test' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
# unit tests for
|
|
72
|
+
# unit tests for delete
|
|
73
73
|
# Delete an upload
|
|
74
74
|
# View for chunked uploads.
|
|
75
75
|
# @param upload_href
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
77
|
# @return [nil]
|
|
78
|
-
describe '
|
|
78
|
+
describe 'delete test' do
|
|
79
79
|
it 'should work' do
|
|
80
80
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
# unit tests for
|
|
84
|
+
# unit tests for list
|
|
85
85
|
# List uploads
|
|
86
86
|
# View for chunked uploads.
|
|
87
87
|
# @param [Hash] opts the optional parameters
|
|
@@ -95,39 +95,39 @@ describe 'UploadsApi' do
|
|
|
95
95
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
96
96
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
97
97
|
# @return [PaginatedUploadResponseList]
|
|
98
|
-
describe '
|
|
98
|
+
describe 'list test' do
|
|
99
99
|
it 'should work' do
|
|
100
100
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
101
101
|
end
|
|
102
102
|
end
|
|
103
103
|
|
|
104
|
-
# unit tests for
|
|
104
|
+
# unit tests for list_roles
|
|
105
105
|
# List roles assigned to this object.
|
|
106
106
|
# @param upload_href
|
|
107
107
|
# @param [Hash] opts the optional parameters
|
|
108
108
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
109
109
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
110
110
|
# @return [ObjectRolesResponse]
|
|
111
|
-
describe '
|
|
111
|
+
describe 'list_roles test' do
|
|
112
112
|
it 'should work' do
|
|
113
113
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
114
114
|
end
|
|
115
115
|
end
|
|
116
116
|
|
|
117
|
-
# unit tests for
|
|
117
|
+
# unit tests for my_permissions
|
|
118
118
|
# List permissions available to the current user on this object.
|
|
119
119
|
# @param upload_href
|
|
120
120
|
# @param [Hash] opts the optional parameters
|
|
121
121
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
122
122
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
123
123
|
# @return [MyPermissionsResponse]
|
|
124
|
-
describe '
|
|
124
|
+
describe 'my_permissions test' do
|
|
125
125
|
it 'should work' do
|
|
126
126
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
127
127
|
end
|
|
128
128
|
end
|
|
129
129
|
|
|
130
|
-
# unit tests for
|
|
130
|
+
# unit tests for read
|
|
131
131
|
# Inspect an upload
|
|
132
132
|
# View for chunked uploads.
|
|
133
133
|
# @param upload_href
|
|
@@ -135,25 +135,25 @@ describe 'UploadsApi' do
|
|
|
135
135
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
136
136
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
137
137
|
# @return [UploadDetailResponse]
|
|
138
|
-
describe '
|
|
138
|
+
describe 'read test' do
|
|
139
139
|
it 'should work' do
|
|
140
140
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
141
141
|
end
|
|
142
142
|
end
|
|
143
143
|
|
|
144
|
-
# unit tests for
|
|
144
|
+
# unit tests for remove_role
|
|
145
145
|
# Remove a role for this object from users/groups.
|
|
146
146
|
# @param upload_href
|
|
147
147
|
# @param upload
|
|
148
148
|
# @param [Hash] opts the optional parameters
|
|
149
149
|
# @return [NestedRoleResponse]
|
|
150
|
-
describe '
|
|
150
|
+
describe 'remove_role test' do
|
|
151
151
|
it 'should work' do
|
|
152
152
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
153
153
|
end
|
|
154
154
|
end
|
|
155
155
|
|
|
156
|
-
# unit tests for
|
|
156
|
+
# unit tests for update
|
|
157
157
|
# Upload a file chunk
|
|
158
158
|
# Upload a chunk for an upload.
|
|
159
159
|
# @param content_range The Content-Range header specifies the location of the file chunk within the file.
|
|
@@ -162,7 +162,7 @@ describe 'UploadsApi' do
|
|
|
162
162
|
# @param [Hash] opts the optional parameters
|
|
163
163
|
# @option opts [String] :sha256 The SHA-256 checksum of the chunk if available.
|
|
164
164
|
# @return [UploadResponse]
|
|
165
|
-
describe '
|
|
165
|
+
describe 'update test' do
|
|
166
166
|
it 'should work' do
|
|
167
167
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
168
168
|
end
|
data/spec/api/users_api_spec.rb
CHANGED
|
@@ -32,31 +32,31 @@ describe 'UsersApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for create
|
|
36
36
|
# Create an user
|
|
37
37
|
# ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
38
38
|
# @param user
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
40
|
# @return [UserResponse]
|
|
41
|
-
describe '
|
|
41
|
+
describe 'create test' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
# unit tests for
|
|
47
|
+
# unit tests for delete
|
|
48
48
|
# Delete an user
|
|
49
49
|
# ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
50
50
|
# @param auth_user_href
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @return [nil]
|
|
53
|
-
describe '
|
|
53
|
+
describe 'delete test' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
# unit tests for
|
|
59
|
+
# unit tests for list
|
|
60
60
|
# List users
|
|
61
61
|
# ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
@@ -88,26 +88,26 @@ describe 'UsersApi' do
|
|
|
88
88
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
89
89
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
90
90
|
# @return [PaginatedUserResponseList]
|
|
91
|
-
describe '
|
|
91
|
+
describe 'list test' do
|
|
92
92
|
it 'should work' do
|
|
93
93
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
94
94
|
end
|
|
95
95
|
end
|
|
96
96
|
|
|
97
|
-
# unit tests for
|
|
97
|
+
# unit tests for partial_update
|
|
98
98
|
# Update an user
|
|
99
99
|
# ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
100
100
|
# @param auth_user_href
|
|
101
101
|
# @param patched_user
|
|
102
102
|
# @param [Hash] opts the optional parameters
|
|
103
103
|
# @return [UserResponse]
|
|
104
|
-
describe '
|
|
104
|
+
describe 'partial_update test' do
|
|
105
105
|
it 'should work' do
|
|
106
106
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
107
107
|
end
|
|
108
108
|
end
|
|
109
109
|
|
|
110
|
-
# unit tests for
|
|
110
|
+
# unit tests for read
|
|
111
111
|
# Inspect an user
|
|
112
112
|
# ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
113
113
|
# @param auth_user_href
|
|
@@ -115,20 +115,20 @@ describe 'UsersApi' do
|
|
|
115
115
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
116
116
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
117
117
|
# @return [UserResponse]
|
|
118
|
-
describe '
|
|
118
|
+
describe 'read test' do
|
|
119
119
|
it 'should work' do
|
|
120
120
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
121
121
|
end
|
|
122
122
|
end
|
|
123
123
|
|
|
124
|
-
# unit tests for
|
|
124
|
+
# unit tests for update
|
|
125
125
|
# Update an user
|
|
126
126
|
# ViewSet for User. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
127
127
|
# @param auth_user_href
|
|
128
128
|
# @param user
|
|
129
129
|
# @param [Hash] opts the optional parameters
|
|
130
130
|
# @return [UserResponse]
|
|
131
|
-
describe '
|
|
131
|
+
describe 'update test' do
|
|
132
132
|
it 'should work' do
|
|
133
133
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
134
|
end
|
|
@@ -32,32 +32,32 @@ describe 'UsersRolesApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for create
|
|
36
36
|
# Create an user role
|
|
37
37
|
# ViewSet for UserRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
38
38
|
# @param auth_user_href
|
|
39
39
|
# @param user_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
41
|
# @return [UserRoleResponse]
|
|
42
|
-
describe '
|
|
42
|
+
describe 'create test' do
|
|
43
43
|
it 'should work' do
|
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
# unit tests for
|
|
48
|
+
# unit tests for delete
|
|
49
49
|
# Delete an user role
|
|
50
50
|
# ViewSet for UserRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
51
51
|
# @param auth_users_user_role_href
|
|
52
52
|
# @param [Hash] opts the optional parameters
|
|
53
53
|
# @return [nil]
|
|
54
|
-
describe '
|
|
54
|
+
describe 'delete test' do
|
|
55
55
|
it 'should work' do
|
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
-
# unit tests for
|
|
60
|
+
# unit tests for list
|
|
61
61
|
# List user roles
|
|
62
62
|
# ViewSet for UserRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
63
63
|
# @param auth_user_href
|
|
@@ -74,13 +74,13 @@ describe 'UsersRolesApi' do
|
|
|
74
74
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
75
75
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
76
76
|
# @return [PaginatedUserRoleResponseList]
|
|
77
|
-
describe '
|
|
77
|
+
describe 'list test' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
# unit tests for
|
|
83
|
+
# unit tests for read
|
|
84
84
|
# Inspect an user role
|
|
85
85
|
# ViewSet for UserRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
86
86
|
# @param auth_users_user_role_href
|
|
@@ -88,7 +88,7 @@ describe 'UsersRolesApi' do
|
|
|
88
88
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
89
89
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
90
90
|
# @return [UserRoleResponse]
|
|
91
|
-
describe '
|
|
91
|
+
describe 'read test' do
|
|
92
92
|
it 'should work' do
|
|
93
93
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
94
94
|
end
|
|
@@ -32,7 +32,7 @@ describe 'WorkersApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for list
|
|
36
36
|
# List workers
|
|
37
37
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
@@ -55,13 +55,13 @@ describe 'WorkersApi' do
|
|
|
55
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
56
56
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
57
57
|
# @return [PaginatedWorkerResponseList]
|
|
58
|
-
describe '
|
|
58
|
+
describe 'list test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
61
|
end
|
|
62
62
|
end
|
|
63
63
|
|
|
64
|
-
# unit tests for
|
|
64
|
+
# unit tests for read
|
|
65
65
|
# Inspect a worker
|
|
66
66
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
67
67
|
# @param worker_href
|
|
@@ -69,7 +69,7 @@ describe 'WorkersApi' do
|
|
|
69
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
70
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
71
71
|
# @return [WorkerResponse]
|
|
72
|
-
describe '
|
|
72
|
+
describe 'read test' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
75
75
|
end
|