Guest User

Untitled

a guest
Jan 3rd, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. user = User.create({username: "user1", password: "pass1234", password_confirmation: "pass1234", email: "test@email.com"})
  2. user.confirm!
  3. fill_in "Username", :with => user.username
  4. fill_in "Password", :with => user.password
  5. click_button "Sign in"
Add Comment
Please, Sign In to add comment