Skip to content

Commit

Permalink
Merge pull request omniauth#440 from fxposter/typo_fixes
Browse files Browse the repository at this point in the history
Small typo fixes
  • Loading branch information
sferik committed Aug 24, 2011
2 parents d608b21 + 57c3967 commit 51f7611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oa-oauth/lib/omniauth/strategies/oauth/t163.rb
Expand Up @@ -42,7 +42,7 @@ def user_info
'location' => user_hash['location'],
'image' => user_hash['profile_image_url'],
'description' => user_hash['description'],
'email' => user_hash['email']
'email' => user_hash['email'],
'urls' => {
'T163' => 'http://t.163.com',
},
Expand Down
4 changes: 2 additions & 2 deletions oa-oauth/spec/omniauth/strategies/oauth2/mailchimp_spec.rb
@@ -1,6 +1,6 @@
# oa-oauth/spec/omniauth/strategies/rdio_spec.rb
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../../spec_helper', __FILE__)

describe OmniAuth::Strategies::Mailchimp do
it_should_behave_like "an oauth strategy"
it_should_behave_like "an oauth2 strategy"
end

0 comments on commit 51f7611

Please sign in to comment.