Skip to content

Commit 64ddddd

Browse files
committed
fix spec
1 parent a23624c commit 64ddddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/swagger_v2/params_array_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
specify do
143143
expect(subject['definitions']['postArrayOfType']).to eql(
144144
'type' => 'object',
145+
'description' => 'array_of_type',
145146
'properties' => {
146147
'array_of_string' => {
147148
'items' => { 'type' => 'string' }, 'type' => 'array', 'description' => 'nested array of strings', 'example' => %w[a b]

0 commit comments

Comments
 (0)