Sha256: 94af8746b9e2fe0cf653415f2591d863a0aa8adaf9e370a32a5620daa4814e99
Contents?: true
Size: 148 Bytes
Versions: 4
Compression:
Stored size: 148 Bytes
Contents
FactoryGirl.define do factory :user do email { Faker::Internet.safe_email } password "password" password_confirmation "password" end end
Version data entries
4 entries across 4 versions & 1 rubygems