lib/rspectacular/mock_authentications/omniauth/twitter.rb in rspectacular-0.62.0 vs lib/rspectacular/mock_authentications/omniauth/twitter.rb in rspectacular-0.62.1
- old
+ new
@@ -4,11 +4,11 @@
def self.authentication
OmniAuth::AuthHash.new(
'provider' => 'twitter',
'uid' => '100002971692646',
'credentials' => {
- 'token' => 'my_twitter_token'
+ 'token' => 'my_twitter_token',
},
'info' => {
'name' => 'Sharon Letuchysky',
'email' => nil,
'nickname' => nil,
@@ -18,12 +18,12 @@
'description' => nil,
'image' => 'http://graph.facebook.com/100002971692646/picture?type=square',
'phone' => nil,
'urls' => {
'Facebook' => 'http://www.facebook.com/profile.php?id=100002971692646',
- 'Website' => nil
- }
+ 'Website' => nil,
+ },
},
'extra' => {
'user_hash' => {
'id' => '100002971692646',
'name' => 'Sharon Ambiggjcaccg Letuchysky',
@@ -31,12 +31,12 @@
'middle_name' => 'Ambiggjcaccg',
'last_name' => 'Letuchysky',
'link' => 'http://www.facebook.com/profile.php?id=100002971692646',
'gender' => 'female',
'locale' => 'en_US',
- 'updated_time' => '2011-09-11T17:00:51+0000'
- }
- }
+ 'updated_time' => '2011-09-11T17:00:51+0000',
+ },
+ },
)
end
end
end
end