Commit 26af788
committed
Update Api Blueprint spec assertions to reflect implementation
Why:
Given specs fails on expecting `description` field being empty while
in current version it contains capitalised version of `name` attribute.
```
expected: [{:required=>false, :name=>"description", :description=>nil, :properties_description=>"optional"}]
got: [{:required=>false, :name=>"description", :description=>"Description", :properties_description=>"optional"}]
```1 parent 758c879 commit 26af788
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments