Navigation Menu

Skip to content

Commit

Permalink
#19 made better test names
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Sep 25, 2012
1 parent 251109f commit 4ddb936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OAuth2Provider_tests.js
Expand Up @@ -31,7 +31,7 @@ describe('OAuth2Provider', function(){
var accessTokenKey = 'access_token';
// for backwards compatibility

it('should return function that emits access_token if it can be parsed from request', function(){
it('should return function that emits access_token event with parsed user data if token can be parsed from request', function(){
// SETUP
var access_token = '123412341234124312341234';

Expand Down

0 comments on commit 4ddb936

Please sign in to comment.