Skip to content

Instantly share code, notes, and snippets.

@dougiebuckets
Created September 13, 2013 21:48
Show Gist options
  • Save dougiebuckets/6556518 to your computer and use it in GitHub Desktop.
Save dougiebuckets/6556518 to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :user do
sequence :phone_number do |n|
"123456789#{n}"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment