Guest User

Untitled

a guest
Jan 22nd, 2018
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.18 KB | None | 0 0
  1. require 'factory_girl'
  2.  
  3. Factory.define :user do |f|
  4.   f.email                        "test@gmail.com"
  5.   f.password               "password"
  6.   f.password_confirmation  "password"
  7. end
Add Comment
Please, Sign In to add comment