Advertisement
Guest User

Untitled

a guest
May 18th, 2017
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # test/fixtures/users.yml
  2. michael:
  3.  uid: michael@test.com
  4.  name: Michael
  5.  email: michael@test.com
  6.  encrypted_password: <%= User.new.send(:password_digest, ‘foobar’) %>
  7.  
  8. # test/fixtures/recipients.yml
  9. jim:
  10.  name: jim
  11.  email: jim@test.com
  12.  phone: “9496405333”
  13.  twitter_handle: wuphfwuphf
  14.  facebook_id: wuphfwuphf
  15.  user: michael
  16.  
  17. dwight:
  18.  name: dwight
  19.  email: dwight@test.com
  20.  phone: “9496405333”
  21.  twitter_handle: wuphfwuphf
  22.  facebook_id: wuphfwuphf
  23.  user: jim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement