Skip to content

Commit

Permalink
Fixing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McIntyre committed Jul 8, 2016
1 parent b5b6263 commit 0acd3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/auth/test-authentication-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('auth/authentication_provider', function() {
}
}
provider = new GoogleOAuth2(Ravel);
Ravel.emit('pre listen');
expect(provider.name).to.equal('google-oauth2');
expect(provider).to.have.property('init').that.is.a('function');
expect(provider).to.have.property('handlesClient').that.is.a('function');
Expand Down

0 comments on commit 0acd3cc

Please sign in to comment.