Skip to content

Instantly share code, notes, and snippets.

@cyx
Created January 29, 2010 17:09
Show Gist options
  • Save cyx/289903 to your computer and use it in GitHub Desktop.
Save cyx/289903 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'action_controller'
require 'action_controller/test_process'
def upload( path, mime )
ActionController::TestUploadedFile.new( path, mime )
end
event = Event.find(100)
Photo.create!( :image => upload('/some/path/here', :event => event )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment