Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FactoryGirl.define do
- factory :user do
- name { Faker::Name.name }
- email { Faker::Internet.email }
- password 'swordfish'
- password_confirmation 'swordfish'
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement