Skip to content

Instantly share code, notes, and snippets.

@justqyx
Created April 28, 2016 15:22
Show Gist options
  • Save justqyx/63fec02deb5a060aa7640d40adb7e8cf to your computer and use it in GitHub Desktop.
Save justqyx/63fec02deb5a060aa7640d40adb7e8cf to your computer and use it in GitHub Desktop.
FactoryGirl.define do
sequence(:mock_image) do |n|
{
tempfile: StringIO.new('{・㉨・}'),
filename: "#{n}.png",
original_filename: "#{n}.png",
content_type: 'image/png'
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment