1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update mock auth to match what is actually returned.

This commit is contained in:
Glenn Gillen 2011-11-13 00:02:49 +00:00
parent 1e67857034
commit b4b8a127b8

View file

@ -34,10 +34,12 @@ module OmniAuth
:default => {
'provider' => 'default',
'uid' => '1234',
'info' => {
'name' => 'Bob Example'
}
}
}
}
def self.defaults
@@defaults