pulp_ansible_client 0.17.3 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -4
  3. data/docs/AnsibleCollectionVersion.md +4 -4
  4. data/docs/AnsibleCollectionVersionResponse.md +3 -3
  5. data/docs/AnsibleCollectionVersionSignature.md +3 -3
  6. data/docs/AnsibleGitRemote.md +30 -30
  7. data/docs/AnsibleGitRemoteResponse.md +26 -26
  8. data/docs/AnsibleRole.md +2 -0
  9. data/docs/AnsibleRoleResponse.md +4 -4
  10. data/docs/CollectionNamespaceResponse.md +1 -1
  11. data/docs/CollectionResponse.md +5 -3
  12. data/docs/CollectionVersionResponse.md +1 -1
  13. data/docs/CollectionVersionSignatureResponse.md +23 -0
  14. data/docs/ContentCollectionVersionsApi.md +6 -6
  15. data/docs/DistributionsAnsibleApi.md +2 -2
  16. data/docs/PatchedCollection.md +17 -0
  17. data/docs/PatchedansibleGitRemote.md +30 -30
  18. data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -4
  19. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -2
  20. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -4
  21. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
  22. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -4
  23. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -2
  24. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -4
  25. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -2
  26. data/docs/RepositoriesAnsibleApi.md +4 -0
  27. data/docs/TaskResponse.md +2 -0
  28. data/docs/UnpaginatedCollectionVersionResponse.md +1 -1
  29. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
  30. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +3 -3
  31. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +9 -9
  32. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +3 -3
  33. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +9 -9
  34. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
  35. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +9 -9
  36. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +3 -3
  37. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +9 -9
  38. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -3
  39. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +6 -0
  40. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +15 -15
  41. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
  42. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +11 -11
  43. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +245 -245
  44. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +154 -154
  45. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -1
  46. data/lib/pulp_ansible_client/models/ansible_role_response.rb +14 -14
  47. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -0
  48. data/lib/pulp_ansible_client/models/collection_response.rb +19 -6
  49. data/lib/pulp_ansible_client/models/collection_version_response.rb +9 -2
  50. data/lib/pulp_ansible_client/models/collection_version_signature_response.rb +259 -0
  51. data/lib/pulp_ansible_client/models/patched_collection.rb +207 -0
  52. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +241 -241
  53. data/lib/pulp_ansible_client/models/task_response.rb +11 -1
  54. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +9 -2
  55. data/lib/pulp_ansible_client/version.rb +1 -1
  56. data/lib/pulp_ansible_client.rb +2 -0
  57. data/spec/api/content_collection_versions_api_spec.rb +3 -3
  58. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  59. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -1
  60. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -1
  61. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -1
  62. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
  63. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -1
  64. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -1
  65. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -1
  66. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -1
  67. data/spec/api/repositories_ansible_api_spec.rb +2 -0
  68. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  69. data/spec/models/ansible_collection_version_signature_spec.rb +2 -2
  70. data/spec/models/ansible_collection_version_spec.rb +2 -2
  71. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  72. data/spec/models/ansible_git_remote_spec.rb +20 -20
  73. data/spec/models/ansible_role_response_spec.rb +2 -2
  74. data/spec/models/ansible_role_spec.rb +6 -0
  75. data/spec/models/collection_response_spec.rb +6 -0
  76. data/spec/models/collection_version_signature_response_spec.rb +59 -0
  77. data/spec/models/patched_collection_spec.rb +41 -0
  78. data/spec/models/patchedansible_git_remote_spec.rb +20 -20
  79. data/spec/models/task_response_spec.rb +6 -0
  80. metadata +138 -130
@@ -32,121 +32,121 @@ describe 'AnsibleGitRemote' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleGitRemote)
33
33
  end
34
34
  end
35
- describe 'test attribute "headers"' do
35
+ describe 'test attribute "download_concurrency"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "proxy_username"' do
41
+ describe 'test attribute "name"' 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
- describe 'test attribute "name"' do
47
+ describe 'test attribute "rate_limit"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "url"' do
53
+ describe 'test attribute "ca_cert"' 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
- describe 'test attribute "rate_limit"' do
59
+ describe 'test attribute "proxy_url"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "max_retries"' do
65
+ describe 'test attribute "proxy_username"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "client_cert"' do
71
+ describe 'test attribute "sock_connect_timeout"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "sock_read_timeout"' do
77
+ describe 'test attribute "total_timeout"' 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
- describe 'test attribute "pulp_labels"' do
83
+ describe 'test attribute "url"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "proxy_url"' do
89
+ describe 'test attribute "username"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "client_key"' do
95
+ describe 'test attribute "pulp_labels"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
99
99
  end
100
100
 
101
- describe 'test attribute "tls_validation"' do
101
+ describe 'test attribute "connect_timeout"' 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
- describe 'test attribute "connect_timeout"' do
107
+ describe 'test attribute "password"' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
110
  end
111
111
  end
112
112
 
113
- describe 'test attribute "proxy_password"' do
113
+ describe 'test attribute "headers"' 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
117
117
  end
118
118
 
119
- describe 'test attribute "password"' do
119
+ describe 'test attribute "sock_read_timeout"' do
120
120
  it 'should work' do
121
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
122
  end
123
123
  end
124
124
 
125
- describe 'test attribute "username"' do
125
+ describe 'test attribute "client_key"' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- describe 'test attribute "total_timeout"' do
131
+ describe 'test attribute "max_retries"' 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
135
135
  end
136
136
 
137
- describe 'test attribute "sock_connect_timeout"' do
137
+ describe 'test attribute "proxy_password"' do
138
138
  it 'should work' do
139
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
140
  end
141
141
  end
142
142
 
143
- describe 'test attribute "ca_cert"' do
143
+ describe 'test attribute "tls_validation"' do
144
144
  it 'should work' do
145
145
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
146
  end
147
147
  end
148
148
 
149
- describe 'test attribute "download_concurrency"' do
149
+ describe 'test attribute "client_cert"' do
150
150
  it 'should work' do
151
151
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
152
  end
@@ -32,7 +32,7 @@ describe 'AnsibleRoleResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleRoleResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "artifact"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -44,7 +44,7 @@ describe 'AnsibleRoleResponse' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "artifact"' do
47
+ describe 'test attribute "pulp_href"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -38,6 +38,12 @@ describe 'AnsibleRole' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "repository"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "version"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -80,4 +80,10 @@ describe 'CollectionResponse' do
80
80
  end
81
81
  end
82
82
 
83
+ describe 'test attribute "download_count"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
83
89
  end
@@ -0,0 +1,59 @@
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
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::CollectionVersionSignatureResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'CollectionVersionSignatureResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::CollectionVersionSignatureResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of CollectionVersionSignatureResponse' do
31
+ it 'should create an instance of CollectionVersionSignatureResponse' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::CollectionVersionSignatureResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "signature"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "pubkey_fingerprint"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "signing_service"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "pulp_created"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,41 @@
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
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpAnsibleClient::PatchedCollection
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PatchedCollection' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpAnsibleClient::PatchedCollection.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PatchedCollection' do
31
+ it 'should create an instance of PatchedCollection' do
32
+ expect(@instance).to be_instance_of(PulpAnsibleClient::PatchedCollection)
33
+ end
34
+ end
35
+ describe 'test attribute "deprecated"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -32,121 +32,121 @@ describe 'PatchedansibleGitRemote' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::PatchedansibleGitRemote)
33
33
  end
34
34
  end
35
- describe 'test attribute "headers"' do
35
+ describe 'test attribute "download_concurrency"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "proxy_username"' do
41
+ describe 'test attribute "name"' 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
- describe 'test attribute "name"' do
47
+ describe 'test attribute "rate_limit"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "url"' do
53
+ describe 'test attribute "ca_cert"' 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
- describe 'test attribute "rate_limit"' do
59
+ describe 'test attribute "proxy_url"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "max_retries"' do
65
+ describe 'test attribute "proxy_username"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "client_cert"' do
71
+ describe 'test attribute "sock_connect_timeout"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "sock_read_timeout"' do
77
+ describe 'test attribute "total_timeout"' 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
- describe 'test attribute "pulp_labels"' do
83
+ describe 'test attribute "url"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "proxy_url"' do
89
+ describe 'test attribute "username"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "client_key"' do
95
+ describe 'test attribute "pulp_labels"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
99
99
  end
100
100
 
101
- describe 'test attribute "tls_validation"' do
101
+ describe 'test attribute "connect_timeout"' 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
- describe 'test attribute "connect_timeout"' do
107
+ describe 'test attribute "password"' do
108
108
  it 'should work' do
109
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
110
  end
111
111
  end
112
112
 
113
- describe 'test attribute "proxy_password"' do
113
+ describe 'test attribute "headers"' 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
117
117
  end
118
118
 
119
- describe 'test attribute "password"' do
119
+ describe 'test attribute "sock_read_timeout"' do
120
120
  it 'should work' do
121
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
122
  end
123
123
  end
124
124
 
125
- describe 'test attribute "username"' do
125
+ describe 'test attribute "client_key"' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- describe 'test attribute "total_timeout"' do
131
+ describe 'test attribute "max_retries"' 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
135
135
  end
136
136
 
137
- describe 'test attribute "sock_connect_timeout"' do
137
+ describe 'test attribute "proxy_password"' do
138
138
  it 'should work' do
139
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
140
  end
141
141
  end
142
142
 
143
- describe 'test attribute "ca_cert"' do
143
+ describe 'test attribute "tls_validation"' do
144
144
  it 'should work' do
145
145
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
146
  end
147
147
  end
148
148
 
149
- describe 'test attribute "download_concurrency"' do
149
+ describe 'test attribute "client_cert"' do
150
150
  it 'should work' do
151
151
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
152
  end
@@ -62,6 +62,12 @@ describe 'TaskResponse' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "created_by"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "started_at"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers