Created
February 2, 2016 15:15
-
-
Save pinzolo/54c1747646350a2c6e5c to your computer and use it in GitHub Desktop.
Macで桁落ちを発生させるFactoryGirlの定義
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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