Search Results

0
votes

How to setup a RAILS integration test for XML mehtods

Set the request objects accept header: @request.accept = 'text/xml' # or 'application/xml' I forget which Then you can assert the response body is equal to what yo …