Skip to content

Instantly share code, notes, and snippets.

@jtrupiano
Created December 30, 2009 14:44
Show Gist options
  • Save jtrupiano/266090 to your computer and use it in GitHub Desktop.
Save jtrupiano/266090 to your computer and use it in GitHub Desktop.
Factory.define :icon do |i|
i.sequence(:name) {|n| "Icon #{n}"}
i.description "Icon description"
i.content "Icon content"
i.image File.new(File.join(RAILS_ROOT, "test", "fixtures", "smaller_cat.jpg"))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment