Bumping to 0.9.14 (Treat 20x OAuth2 responses as successes)

This commit is contained in:
ciaranj
2015-09-22 17:15:04 +01:00
parent d547f00915
commit eefd821ea9
8 changed files with 65 additions and 24 deletions

View File

@ -2,6 +2,6 @@
# Run all tests
#
test:
@@node_modules/.bin/vows tests/* --spec
@@node_modules/.bin/vows tests/*tests.js --spec
.PHONY: test install