remove trailing white-spaces and code clean up test/mocks/open_id_authentication_mock.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5988 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
78c35619ed
commit
6253ea840c
@ -3,12 +3,12 @@
|
||||
# http://www.northpub.com/articles/2007/04/02/testing-openid-support
|
||||
module OpenIdAuthentication
|
||||
|
||||
EXTENSION_FIELDS = {'email' => 'user@somedomain.com',
|
||||
EXTENSION_FIELDS = {'email' => 'user@somedomain.com',
|
||||
'nickname' => 'cool_user',
|
||||
'country' => 'US',
|
||||
'country' => 'US',
|
||||
'postcode' => '12345',
|
||||
'fullname' => 'Cool User',
|
||||
'dob' => '1970-04-01',
|
||||
'dob' => '1970-04-01',
|
||||
'language' => 'en',
|
||||
'timezone' => 'America/New_York'}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user