Guest User

Untitled

a guest
Jun 2nd, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @user = User.create do |u|
  2. u.login = 'ashley'
  3. u.password = u.password_confirmation = 'password'
  4. u.email = "test@myemail.com"
  5. end
  6. @user.register!
  7. @user.activate!
  8. User.current = @user
Add Comment
Please, Sign In to add comment