Skip to content

Instantly share code, notes, and snippets.

@mcansky
Created October 27, 2011 16:07
Show Gist options
  • Select an option

  • Save mcansky/1320000 to your computer and use it in GitHub Desktop.

Select an option

Save mcansky/1320000 to your computer and use it in GitHub Desktop.
post with a file upload
@request.env["CONTENT_TYPE"] = "multipart/form-data;"
image = Rack::Test::UploadedFile.new("#{Rails.root}/tmp/issue.jpg")
post :create, :image => image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment