it 'should upload and save a zip file with invoices' do
zip = File.read('spec/support/zip-rails.zip')
post :upload, registry: "11222333000144", file: zip
response.body.should eql(true.to_s)
end
However, when we run the tests, we getting the following error: