Skip to content

Commit

Permalink
Fixed Unit Test for UID
Browse files Browse the repository at this point in the history
  • Loading branch information
samdunne committed Mar 6, 2013
1 parent c79d655 commit de2b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/omniauth/strategies/gplus_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ def test_has_uid
end

def test_uid_not_nil
assert_not_nil(:uid)
assert_not_nil(new_oauth.options.uid_field)
end
end

0 comments on commit de2b2b8

Please sign in to comment.