Skip to content

Instantly share code, notes, and snippets.

@mdedetrich
Created May 23, 2013 08:45
Show Gist options
  • Save mdedetrich/2fe9769f1c63da4c1878 to your computer and use it in GitHub Desktop.
Save mdedetrich/2fe9769f1c63da4c1878 to your computer and use it in GitHub Desktop.
random_customer_number = lambda do |n|
seed = n+Random.new_seed
random_digit_string(8,seed)
end
factory :test, class:SomeClass do
sequence(:customer_number) &random_customer_number
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment