Guest User

Untitled

a guest
Dec 25th, 2017
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # Test data
  2.  
  3. User(bob):
  4. email: "bob@gmail.com"
  5. password: "secret"
  6. fullname: "Bob"
  7. isAdmin: true
  8.  
  9. User(jeff):
  10. email: "jeff@gmail.com"
  11. password: "secret"
  12. fullname: "Jeff"
  13. isAdmin: false
  14.  
  15. User(paul):
  16. email: "paul@gmail.com"
  17. password: "secret"
  18. fullname: "Paul"
  19. isAdmin: true
Add Comment
Please, Sign In to add comment