Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common: add test for connection with keyFilePath. #1

Merged
merged 1 commit into from
Aug 8, 2014

Conversation

stephenplusplus
Copy link

I need to work on less scary PRs. Sorry! Will annotate.

email: 'x@provider',
privateKey: '/some/path',
scopes: ['scope1', 'scope2']
describe('Token', function() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All I did was move the other tests that were previously in this file to the Token describe block, as they all were testing Token-y functionality. No changes to the code, other than using connection.Connection, instead of conn.Connection.

@rakyll
Copy link
Owner

rakyll commented Aug 8, 2014

Looks good, I'd prefer to keep the filename as filename.

@stephenplusplus
Copy link
Author

Ready to go!

rakyll pushed a commit that referenced this pull request Aug 8, 2014
common: add test for connection with keyFilePath.
@rakyll rakyll merged commit 3615e09 into rakyll:readkeyfile Aug 8, 2014
@rakyll
Copy link
Owner

rakyll commented Aug 8, 2014

Thanks! We can merge the PR opened against the main repo now I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants