You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"}]
```
0 commit comments