Skip to content

Instantly share code, notes, and snippets.

@Sunnyztj
Created December 6, 2013 00:13
Show Gist options
  • Save Sunnyztj/7816517 to your computer and use it in GitHub Desktop.
Save Sunnyztj/7816517 to your computer and use it in GitHub Desktop.
FactoryGirl
FactoryGirl.define do
factory :prize do
name "iPhone"
image { File.new(Rails.root.join("app/assets/images/sample/sample-prize-2.png")) }
icon { File.new(Rails.root.join("app/assets/images/sample/scratch-2.png")) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment