Alex Leitch
Alex Leitch
Looks like it's in the data model - here, from the JSON docs, it thinks the method's a Get. ``` json { "name": "should update existing metadata", "summary": "should update...
Would nesting a test affect it? Like: ``` api.put().set().send().then(function(data){ expect(data.body).this.thing() expect(data.body).that.thing() api.put().set().send().then(function(data){ expect(data.body).that.thing() done(); }) }) ```
+1 - this looks super useful, but def need Express 4+ support.
This is a pretty big deal for us, too - combined with the caret not appearing when you type and the values returning null when typed, it's REALLY difficult to...