Skip to content

Instantly share code, notes, and snippets.

@seyyah
Forked from anonymous/factories.rb
Created July 28, 2012 03:07
Show Gist options
  • Save seyyah/3191556 to your computer and use it in GitHub Desktop.
Save seyyah/3191556 to your computer and use it in GitHub Desktop.
Factory.define :item do |f|
include ActionDispatch::TestProcess
f.name "Macbook Pro 15"
f.price_in_dollars 1500
f.photo fixture_file_upload('/files/avatar.jpg', 'image/jpg')
end
@seyyah
Copy link
Author

seyyah commented Jul 28, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment