forked from External/greenlight
16 lines
372 B
YAML
16 lines
372 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
user1:
|
|
provider: twitter
|
|
uid: <%= SecureRandom.hex(10) %>
|
|
username: user1
|
|
encrypted_id: u2-<%= SecureRandom.hex(8) %>
|
|
name: User 1
|
|
|
|
user2:
|
|
provider: google
|
|
uid: <%= SecureRandom.hex(10) %>
|
|
username: user2
|
|
encrypted_id: u1-<%= SecureRandom.hex(8) %>
|
|
name: User 2
|