Skip to content

Instantly share code, notes, and snippets.

@rugginoso
Created November 15, 2012 16:05
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rugginoso/4079399 to your computer and use it in GitHub Desktop.
Save rugginoso/4079399 to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :photo do
image { Rack::Test::UploadedFile.new('spec/factories/test.png', 'image/png') }
description 'test description'
end
end
@pedroaugusto
Copy link

👍

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