Ed French

Results 2 issues of Ed French

The current dsl helper methods do not allow setting a content type via `fileFormField()`methods, and default to `application/octet-stream`. Also the constructor for MultiPartFormField is private. We have scenarios where we...

I was unable to use containExactly matcher given a body which is a list of json objects: ``` body.should(containExactly(payload)); ``` I had to convert the collection to an array: ```...