cloudmersive-ocr-api-client 1.4.7 → 2.0.2

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 (80) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +7 -7
  4. data/cloudmersive-ocr-api-client.gemspec +3 -3
  5. data/docs/FormFieldDefinition.md +1 -0
  6. data/docs/ImageOcrApi.md +39 -33
  7. data/docs/PdfOcrApi.md +11 -9
  8. data/docs/PreprocessingApi.md +6 -6
  9. data/docs/ReceiptsApi.md +1 -1
  10. data/lib/cloudmersive-ocr-api-client.rb +1 -1
  11. data/lib/cloudmersive-ocr-api-client/api/image_ocr_api.rb +49 -49
  12. data/lib/cloudmersive-ocr-api-client/api/pdf_ocr_api.rb +17 -19
  13. data/lib/cloudmersive-ocr-api-client/api/preprocessing_api.rb +26 -32
  14. data/lib/cloudmersive-ocr-api-client/api/receipts_api.rb +6 -7
  15. data/lib/cloudmersive-ocr-api-client/api_client.rb +11 -9
  16. data/lib/cloudmersive-ocr-api-client/api_error.rb +1 -1
  17. data/lib/cloudmersive-ocr-api-client/configuration.rb +2 -2
  18. data/lib/cloudmersive-ocr-api-client/models/business_card_recognition_result.rb +7 -10
  19. data/lib/cloudmersive-ocr-api-client/models/field_result.rb +7 -10
  20. data/lib/cloudmersive-ocr-api-client/models/form_definition_template.rb +7 -10
  21. data/lib/cloudmersive-ocr-api-client/models/form_field_definition.rb +18 -11
  22. data/lib/cloudmersive-ocr-api-client/models/form_recognition_result.rb +7 -10
  23. data/lib/cloudmersive-ocr-api-client/models/form_table_column_definition.rb +7 -10
  24. data/lib/cloudmersive-ocr-api-client/models/form_table_definition.rb +7 -10
  25. data/lib/cloudmersive-ocr-api-client/models/get_page_angle_result.rb +7 -10
  26. data/lib/cloudmersive-ocr-api-client/models/image_to_lines_with_location_result.rb +7 -10
  27. data/lib/cloudmersive-ocr-api-client/models/image_to_text_response.rb +7 -10
  28. data/lib/cloudmersive-ocr-api-client/models/image_to_words_with_location_result.rb +7 -10
  29. data/lib/cloudmersive-ocr-api-client/models/ocr_line_element.rb +7 -10
  30. data/lib/cloudmersive-ocr-api-client/models/ocr_page_result.rb +7 -11
  31. data/lib/cloudmersive-ocr-api-client/models/ocr_page_result_with_lines_with_location.rb +7 -10
  32. data/lib/cloudmersive-ocr-api-client/models/ocr_page_result_with_words_with_location.rb +7 -10
  33. data/lib/cloudmersive-ocr-api-client/models/ocr_photo_text_element.rb +7 -10
  34. data/lib/cloudmersive-ocr-api-client/models/ocr_word_element.rb +7 -10
  35. data/lib/cloudmersive-ocr-api-client/models/pdf_to_lines_with_location_result.rb +7 -10
  36. data/lib/cloudmersive-ocr-api-client/models/pdf_to_text_response.rb +7 -10
  37. data/lib/cloudmersive-ocr-api-client/models/pdf_to_words_with_location_result.rb +7 -10
  38. data/lib/cloudmersive-ocr-api-client/models/photo_to_words_with_location_result.rb +9 -13
  39. data/lib/cloudmersive-ocr-api-client/models/point.rb +7 -10
  40. data/lib/cloudmersive-ocr-api-client/models/receipt_line_item.rb +7 -10
  41. data/lib/cloudmersive-ocr-api-client/models/receipt_recognition_result.rb +7 -10
  42. data/lib/cloudmersive-ocr-api-client/models/table_cell_result.rb +7 -10
  43. data/lib/cloudmersive-ocr-api-client/models/table_result.rb +7 -10
  44. data/lib/cloudmersive-ocr-api-client/models/table_row_result.rb +7 -10
  45. data/lib/cloudmersive-ocr-api-client/version.rb +2 -2
  46. data/spec/api/image_ocr_api_spec.rb +14 -11
  47. data/spec/api/pdf_ocr_api_spec.rb +5 -5
  48. data/spec/api/preprocessing_api_spec.rb +7 -7
  49. data/spec/api/receipts_api_spec.rb +2 -2
  50. data/spec/api_client_spec.rb +52 -35
  51. data/spec/configuration_spec.rb +9 -9
  52. data/spec/models/business_card_recognition_result_spec.rb +9 -10
  53. data/spec/models/field_result_spec.rb +3 -4
  54. data/spec/models/form_definition_template_spec.rb +3 -4
  55. data/spec/models/form_field_definition_spec.rb +24 -19
  56. data/spec/models/form_recognition_result_spec.rb +6 -7
  57. data/spec/models/form_table_column_definition_spec.rb +7 -8
  58. data/spec/models/form_table_definition_spec.rb +5 -6
  59. data/spec/models/get_page_angle_result_spec.rb +3 -4
  60. data/spec/models/image_to_lines_with_location_result_spec.rb +3 -4
  61. data/spec/models/image_to_text_response_spec.rb +3 -4
  62. data/spec/models/image_to_words_with_location_result_spec.rb +3 -4
  63. data/spec/models/ocr_line_element_spec.rb +3 -4
  64. data/spec/models/ocr_page_result_spec.rb +4 -5
  65. data/spec/models/ocr_page_result_with_lines_with_location_spec.rb +4 -5
  66. data/spec/models/ocr_page_result_with_words_with_location_spec.rb +4 -5
  67. data/spec/models/ocr_photo_text_element_spec.rb +8 -9
  68. data/spec/models/ocr_word_element_spec.rb +12 -13
  69. data/spec/models/pdf_to_lines_with_location_result_spec.rb +3 -4
  70. data/spec/models/pdf_to_text_response_spec.rb +3 -4
  71. data/spec/models/pdf_to_words_with_location_result_spec.rb +3 -4
  72. data/spec/models/photo_to_words_with_location_result_spec.rb +4 -5
  73. data/spec/models/point_spec.rb +3 -4
  74. data/spec/models/receipt_line_item_spec.rb +3 -4
  75. data/spec/models/receipt_recognition_result_spec.rb +10 -11
  76. data/spec/models/table_cell_result_spec.rb +3 -4
  77. data/spec/models/table_result_spec.rb +3 -4
  78. data/spec/models/table_row_result_spec.rb +2 -3
  79. data/spec/spec_helper.rb +1 -1
  80. metadata +2 -2
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PreprocessingApi' do
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [String]
41
41
  describe 'preprocessing_binarize test' do
42
- it "should work" do
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
@@ -51,7 +51,7 @@ describe 'PreprocessingApi' do
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [String]
53
53
  describe 'preprocessing_binarize_advanced test' do
54
- it "should work" do
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
@@ -63,7 +63,7 @@ describe 'PreprocessingApi' do
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @return [GetPageAngleResult]
65
65
  describe 'preprocessing_get_page_angle test' do
66
- it "should work" do
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
@@ -75,7 +75,7 @@ describe 'PreprocessingApi' do
75
75
  # @param [Hash] opts the optional parameters
76
76
  # @return [String]
77
77
  describe 'preprocessing_unrotate test' do
78
- it "should work" do
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
@@ -87,7 +87,7 @@ describe 'PreprocessingApi' do
87
87
  # @param [Hash] opts the optional parameters
88
88
  # @return [String]
89
89
  describe 'preprocessing_unrotate_advanced test' do
90
- it "should work" do
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
@@ -99,7 +99,7 @@ describe 'PreprocessingApi' do
99
99
  # @param [Hash] opts the optional parameters
100
100
  # @return [String]
101
101
  describe 'preprocessing_unskew test' do
102
- it "should work" do
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
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'ReceiptsApi' do
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [Object]
41
41
  describe 'receipts_photo_to_csv test' do
42
- it "should work" do
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
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -51,11 +51,11 @@ describe CloudmersiveOcrApiClient::ApiClient do
51
51
  end
52
52
  end
53
53
 
54
- describe "params_encoding in #build_request" do
54
+ describe 'params_encoding in #build_request' do
55
55
  let(:config) { CloudmersiveOcrApiClient::Configuration.new }
56
56
  let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new(config) }
57
57
 
58
- it "defaults to nil" do
58
+ it 'defaults to nil' do
59
59
  expect(CloudmersiveOcrApiClient::Configuration.default.params_encoding).to eq(nil)
60
60
  expect(config.params_encoding).to eq(nil)
61
61
 
@@ -63,18 +63,18 @@ describe CloudmersiveOcrApiClient::ApiClient do
63
63
  expect(request.options[:params_encoding]).to eq(nil)
64
64
  end
65
65
 
66
- it "can be customized" do
66
+ it 'can be customized' do
67
67
  config.params_encoding = :multi
68
68
  request = api_client.build_request(:get, '/test')
69
69
  expect(request.options[:params_encoding]).to eq(:multi)
70
70
  end
71
71
  end
72
72
 
73
- describe "timeout in #build_request" do
73
+ describe 'timeout in #build_request' do
74
74
  let(:config) { CloudmersiveOcrApiClient::Configuration.new }
75
75
  let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new(config) }
76
76
 
77
- it "defaults to 0" do
77
+ it 'defaults to 0' do
78
78
  expect(CloudmersiveOcrApiClient::Configuration.default.timeout).to eq(0)
79
79
  expect(config.timeout).to eq(0)
80
80
 
@@ -82,88 +82,105 @@ describe CloudmersiveOcrApiClient::ApiClient do
82
82
  expect(request.options[:timeout]).to eq(0)
83
83
  end
84
84
 
85
- it "can be customized" do
85
+ it 'can be customized' do
86
86
  config.timeout = 100
87
87
  request = api_client.build_request(:get, '/test')
88
88
  expect(request.options[:timeout]).to eq(100)
89
89
  end
90
90
  end
91
91
 
92
- describe "#deserialize" do
92
+ describe '#build_request' do
93
+ let(:config) { CloudmersiveOcrApiClient::Configuration.new }
94
+ let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new(config) }
95
+
96
+ it 'does not send multipart to request' do
97
+ expect(Typhoeus::Request).to receive(:new).with(anything, hash_not_including(:multipart))
98
+ api_client.build_request(:get, '/test')
99
+ end
100
+
101
+ context 'when the content type is multipart' do
102
+ it 'sends multipart to request' do
103
+ expect(Typhoeus::Request).to receive(:new).with(anything, hash_including(multipart: true))
104
+ api_client.build_request(:get, '/test', {header_params: { 'Content-Type' => 'multipart/form-data'}})
105
+ end
106
+ end
107
+ end
108
+
109
+ describe '#deserialize' do
93
110
  it "handles Array<Integer>" do
94
111
  api_client = CloudmersiveOcrApiClient::ApiClient.new
95
- headers = {'Content-Type' => 'application/json'}
112
+ headers = { 'Content-Type' => 'application/json' }
96
113
  response = double('response', headers: headers, body: '[12, 34]')
97
114
  data = api_client.deserialize(response, 'Array<Integer>')
98
115
  expect(data).to be_instance_of(Array)
99
116
  expect(data).to eq([12, 34])
100
117
  end
101
118
 
102
- it "handles Array<Array<Integer>>" do
119
+ it 'handles Array<Array<Integer>>' do
103
120
  api_client = CloudmersiveOcrApiClient::ApiClient.new
104
- headers = {'Content-Type' => 'application/json'}
121
+ headers = { 'Content-Type' => 'application/json' }
105
122
  response = double('response', headers: headers, body: '[[12, 34], [56]]')
106
123
  data = api_client.deserialize(response, 'Array<Array<Integer>>')
107
124
  expect(data).to be_instance_of(Array)
108
125
  expect(data).to eq([[12, 34], [56]])
109
126
  end
110
127
 
111
- it "handles Hash<String, String>" do
128
+ it 'handles Hash<String, String>' do
112
129
  api_client = CloudmersiveOcrApiClient::ApiClient.new
113
- headers = {'Content-Type' => 'application/json'}
130
+ headers = { 'Content-Type' => 'application/json' }
114
131
  response = double('response', headers: headers, body: '{"message": "Hello"}')
115
132
  data = api_client.deserialize(response, 'Hash<String, String>')
116
133
  expect(data).to be_instance_of(Hash)
117
- expect(data).to eq({:message => 'Hello'})
134
+ expect(data).to eq(:message => 'Hello')
118
135
  end
119
136
  end
120
137
 
121
138
  describe "#object_to_hash" do
122
- it "ignores nils and includes empty arrays" do
139
+ it 'ignores nils and includes empty arrays' do
123
140
  # uncomment below to test object_to_hash for model
124
- #api_client = CloudmersiveOcrApiClient::ApiClient.new
125
- #_model = CloudmersiveOcrApiClient::ModelName.new
141
+ # api_client = CloudmersiveOcrApiClient::ApiClient.new
142
+ # _model = CloudmersiveOcrApiClient::ModelName.new
126
143
  # update the model attribute below
127
- #_model.id = 1
144
+ # _model.id = 1
128
145
  # update the expected value (hash) below
129
- #expected = {id: 1, name: '', tags: []}
130
- #expect(api_client.object_to_hash(_model)).to eq(expected)
146
+ # expected = {id: 1, name: '', tags: []}
147
+ # expect(api_client.object_to_hash(_model)).to eq(expected)
131
148
  end
132
149
  end
133
150
 
134
- describe "#build_collection_param" do
151
+ describe '#build_collection_param' do
135
152
  let(:param) { ['aa', 'bb', 'cc'] }
136
153
  let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new }
137
154
 
138
- it "works for csv" do
155
+ it 'works for csv' do
139
156
  expect(api_client.build_collection_param(param, :csv)).to eq('aa,bb,cc')
140
157
  end
141
158
 
142
- it "works for ssv" do
159
+ it 'works for ssv' do
143
160
  expect(api_client.build_collection_param(param, :ssv)).to eq('aa bb cc')
144
161
  end
145
162
 
146
- it "works for tsv" do
163
+ it 'works for tsv' do
147
164
  expect(api_client.build_collection_param(param, :tsv)).to eq("aa\tbb\tcc")
148
165
  end
149
166
 
150
- it "works for pipes" do
167
+ it 'works for pipes' do
151
168
  expect(api_client.build_collection_param(param, :pipes)).to eq('aa|bb|cc')
152
169
  end
153
170
 
154
- it "works for multi" do
171
+ it 'works for multi' do
155
172
  expect(api_client.build_collection_param(param, :multi)).to eq(['aa', 'bb', 'cc'])
156
173
  end
157
174
 
158
- it "fails for invalid collection format" do
175
+ it 'fails for invalid collection format' do
159
176
  expect(proc { api_client.build_collection_param(param, :INVALID) }).to raise_error(RuntimeError, 'unknown collection format: :INVALID')
160
177
  end
161
178
  end
162
179
 
163
- describe "#json_mime?" do
180
+ describe '#json_mime?' do
164
181
  let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new }
165
182
 
166
- it "works" do
183
+ it 'works' do
167
184
  expect(api_client.json_mime?(nil)).to eq false
168
185
  expect(api_client.json_mime?('')).to eq false
169
186
 
@@ -177,10 +194,10 @@ describe CloudmersiveOcrApiClient::ApiClient do
177
194
  end
178
195
  end
179
196
 
180
- describe "#select_header_accept" do
197
+ describe '#select_header_accept' do
181
198
  let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new }
182
199
 
183
- it "works" do
200
+ it 'works' do
184
201
  expect(api_client.select_header_accept(nil)).to be_nil
185
202
  expect(api_client.select_header_accept([])).to be_nil
186
203
 
@@ -193,10 +210,10 @@ describe CloudmersiveOcrApiClient::ApiClient do
193
210
  end
194
211
  end
195
212
 
196
- describe "#select_header_content_type" do
213
+ describe '#select_header_content_type' do
197
214
  let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new }
198
215
 
199
- it "works" do
216
+ it 'works' do
200
217
  expect(api_client.select_header_content_type(nil)).to eq('application/json')
201
218
  expect(api_client.select_header_content_type([])).to eq('application/json')
202
219
 
@@ -208,10 +225,10 @@ describe CloudmersiveOcrApiClient::ApiClient do
208
225
  end
209
226
  end
210
227
 
211
- describe "#sanitize_filename" do
228
+ describe '#sanitize_filename' do
212
229
  let(:api_client) { CloudmersiveOcrApiClient::ApiClient.new }
213
230
 
214
- it "works" do
231
+ it 'works' do
215
232
  expect(api_client.sanitize_filename('sun')).to eq('sun')
216
233
  expect(api_client.sanitize_filename('sun.gif')).to eq('sun.gif')
217
234
  expect(api_client.sanitize_filename('../sun.gif')).to eq('sun.gif')
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -17,25 +17,25 @@ describe CloudmersiveOcrApiClient::Configuration do
17
17
 
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
- #require 'URI'
21
- #uri = URI.parse("https://api.cloudmersive.com")
22
- #CloudmersiveOcrApiClient.configure do |c|
23
- # c.host = uri.host
24
- # c.base_path = uri.path
25
- #end
20
+ # require 'URI'
21
+ # uri = URI.parse("https://api.cloudmersive.com")
22
+ # CloudmersiveOcrApiClient.configure do |c|
23
+ # c.host = uri.host
24
+ # c.base_path = uri.path
25
+ # end
26
26
  end
27
27
 
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- #expect(config.base_url).to eq("https://api.cloudmersive.com")
31
+ # expect(config.base_url).to eq("https://api.cloudmersive.com")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- #expect(config.base_url).to eq("https://api.cloudmersive.com")
38
+ # expect(config.base_url).to eq("https://api.cloudmersive.com")
39
39
  end
40
40
  end
41
41
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -34,51 +34,50 @@ describe 'BusinessCardRecognitionResult' do
34
34
  end
35
35
  describe 'test attribute "successful"' do
36
36
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
41
  describe 'test attribute "person_name"' 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://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
47
  describe 'test attribute "person_title"' do
48
48
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
53
  describe 'test attribute "business_name"' do
54
54
  it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
59
  describe 'test attribute "address_string"' do
60
60
  it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
65
  describe 'test attribute "phone_number"' do
66
66
  it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
71
  describe 'test attribute "email_address"' do
72
72
  it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
77
  describe 'test attribute "timestamp"' do
78
78
  it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
83
  end
84
-
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -34,15 +34,14 @@ describe 'FieldResult' do
34
34
  end
35
35
  describe 'test attribute "target_field"' do
36
36
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
41
  describe 'test attribute "field_values"' 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://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
47
  end
48
-
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.3.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -34,15 +34,14 @@ describe 'FormDefinitionTemplate' do
34
34
  end
35
35
  describe 'test attribute "field_definitions"' do
36
36
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
41
  describe 'test attribute "table_definitions"' 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://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
47
  end
48
-