forked from External/greenlight
login with provider in personal room
This commit is contained in:
4
test/fixtures/users.yml
vendored
4
test/fixtures/users.yml
vendored
@ -1,13 +1,13 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
provider: Twitter
|
||||
provider: twitter
|
||||
uid: <%= SecureRandom.hex(10) %>
|
||||
name: User 1
|
||||
username: user1
|
||||
|
||||
two:
|
||||
provider: TWitter
|
||||
provider: google
|
||||
uid: <%= SecureRandom.hex(10) %>
|
||||
name: User 2
|
||||
username: user2
|
||||
|
Reference in New Issue
Block a user