Guest User

Untitled

a guest
Aug 2nd, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @user = Factory(:user)
  2. @user.password = "asdfasdf"
  3. @user.password_confirmation = "asdfasdf"
  4.  
  5. visit("/users/login")
  6. fill_in("user[user_name]", :with => @user.user_name)
  7. fill_in("user[password]", :with => @user.password)
  8. click_button("user_submit")
Add Comment
Please, Sign In to add comment