Guest User

Untitled

a guest
Mar 7th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. def test_should_create_user
  2. user = User.create(
  3. :username => 'johndoe',
  4. :password => 'somepassword',
  5. :confirm_password => 'somepassword',
  6. :email => 'john@doe.com')
  7. assert user.valid?
Add Comment
Please, Sign In to add comment