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

Fix tests by adding missing mocks #116

Merged
merged 2 commits into from
Nov 17, 2015
Merged

Conversation

limulus
Copy link
Contributor

@limulus limulus commented Nov 1, 2015

The latest changes in v0.6.0 seemed to have caused the tests to fail, due to some missing Slack API mocks. This PR adds those mocks, and also upgrades nock to the latest version so that .query() can be used. Thanks for considering!

@@ -17,7 +17,7 @@
},
"devDependencies": {
"mocha": "2.2.4",
"nock": "0.48.1",
"nock": "^2.17.0",
Copy link
Owner

Choose a reason for hiding this comment

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

Can you please remove the ^. I want to maintain reproducible/deterministic builds.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops, sorry that slipped in there! This is now fixed.

@rauchg
Copy link
Owner

rauchg commented Nov 17, 2015

<3 Awesome. Thanks so much for taking the time to fix tests…

rauchg added a commit that referenced this pull request Nov 17, 2015
Fix tests by adding missing mocks
@rauchg rauchg merged commit cd54674 into rauchg:master Nov 17, 2015
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