On 19 Feb 2009, at 03:36, Michael Sofaer wrote:
I'm trying to set my request body in my tests (the application is a
web service that takes large XML files in PUT requests).
If you do this:
put :update, :body => xml
You get a request with an empty body, and a field in the header called
"body"
I'm trying to set my request body in my tests (the application is a
web service that takes large XML files in PUT requests).
If you do this:
put :update, :body => xml
You get a request with an empty body, and a field in the header called
"body" set to the XML. You can set the body date in contr