Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Created February 2, 2016 15:15
Show Gist options
  • Save pinzolo/54c1747646350a2c6e5c to your computer and use it in GitHub Desktop.
Save pinzolo/54c1747646350a2c6e5c to your computer and use it in GitHub Desktop.
Macで桁落ちを発生させるFactoryGirlの定義
FactoryGirl.define do
factory :user do
email '[email protected]'
password 'newSecurePassw0rd'
confirmation_token 'xxxxxxxxxxxxxxxx'
confirmation_sent_at '2016-02-02 12:34:56.1234567'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment