Created
March 27, 2013 01:07
-
-
Save ericelliott/5250739 to your computer and use it in GitHub Desktop.
tap-finished fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm test | |
npm WARN package.json [email protected] No README.md file found! | |
> [email protected] test /Users/erhamilt/dev/ccfeatures | |
> ./scripts/test.sh | |
refreshing cache | |
Database selected, 8 | |
testing at: localhost.adobecc.com:8887 | |
Listening on port: 8887 | |
TAP version 13 | |
# /all | |
ok 1 should not cause an error. | |
ok 2 should return valid JSON string | |
# /version | |
ok 3 should not cause an error. | |
ok 4 Should return a version string. | |
# /sets | |
ok 5 should not cause an error. | |
ok 6 should return feature sets with feature arrays. | |
# /features | |
ok 7 should not cause an error. | |
ok 8 features should be objects. | |
ok 9 features should have names. | |
ok 10 features should have descriptions. | |
# /activefeatures | |
ok 11 should not cause an error. | |
1..11 | |
# tests 11 | |
# pass 11 | |
# ok | |
refreshing cache | |
refreshing cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment