Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created January 17, 2012 16:43
Show Gist options
  • Save rodrigomaia/1627415 to your computer and use it in GitHub Desktop.
Save rodrigomaia/1627415 to your computer and use it in GitHub Desktop.
Ex de FactoryGirl
Factory.define :click do |f|
f.association :faq
f.data Time.now
f.sequence(:codigo_cliente) { |n| n.to_s.rjust(6,"0") }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment