Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mauriciopasquier/7f5a843bc991629896c1422ed60aaa46 to your computer and use it in GitHub Desktop.
Save mauriciopasquier/7f5a843bc991629896c1422ed60aaa46 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment