Does anybody know how to upload files in RoR Integration Tests?
I have seen lots on simulating uploads with Functional and Unit tests,
but all efforts I have made so far do not encode the files as multipart
form-data so they end up as a string.
I suspect I need to encode my post but don't see how this can be done
in the API.