The test seems to fail because the one downloaded by hand has
newlines of the form
"\r\n" whereas the one that the test program downloads using rack/test
has newlines of the form
"\r\r\n"
Any obvious insights from my test code below ?
Thanks ..
csf = File.open(csv_path,'w'){|f| f.write(last_response.body)}