Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Created October 3, 2012 17:54
Show Gist options
  • Save blakmatrix/3828600 to your computer and use it in GitHub Desktop.
Save blakmatrix/3828600 to your computer and use it in GitHub Desktop.
blakmatrix@redmorpheus: ~/projects/flatiron master
$ npm test [10:53:43]
> flatiron@0.2.8 test /Users/blakmatrix/projects/flatiron
> vows --spec
♢ flatiron
When using flatiron flatiron.plugins
✓ should contain all broadway.plugins
♢ flatiron/plugins/resourceful
A flatiron app using `flatiron.plugins.resourceful
✓ should extend the app correctly
A flatiron app using `flatiron.plugins.resourceful when initialized
✓ it should use the correct engine
♢ flatiron/plugins/static
A flatiron app using `flatiron.plugins.static
✓ should extend the app correctly
A flatiron app using `flatiron.plugins.static when the application is running a GET to /
✓ should respond with JSON headers
A flatiron app using `flatiron.plugins.static when the application is running a GET to /style.css
✗ should respond with JSON headers
» expected 200,
got 404 (==) // static-test.js:46
✗ Broken » 5 honored ∙ 1 broken (0.063s)
npm ERR! Test failed. See above for more details.
npm ERR! not ok code 0
FAIL: 1
@blakmatrix
Copy link
Author

blakmatrix@redmorpheus: ~/projects/flatiron master
$ npm ls                                                                                                                                           [10:53:48]
flatiron@0.2.8/Users/blakmatrix/projects/flatiron
├─┬ broadway@0.2.5
│ ├─┬ cliff@0.1.8
│ │ ├── colors@0.6.0-1
│ │ └── eyes@0.1.8
│ ├── eventemitter2@0.4.9
│ ├─┬ nconf@0.6.4
│ │ ├── async@0.1.22
│ │ └── ini@1.0.4
│ ├─┬ utile@0.1.2
│ │ ├── async@0.1.22
│ │ ├── deep-equal@0.0.0
│ │ ├── i@0.3.1
│ │ ├── mkdirp@0.3.4
│ │ ├── ncp@0.2.6
│ │ └── rimraf@1.0.9
│ └─┬ winston@0.6.2
│   ├── async@0.1.22
│   ├── colors@0.6.0-1
│   ├── cycle@1.0.0
│   ├── eyes@0.1.8
│   ├── request@2.9.203
│   └── stack-trace@0.0.6
├── director@1.1.6
├─┬ optimist@0.3.4
│ └── wordwrap@0.0.2
├── pkginfo@0.2.3
├─┬ prompt@0.2.7
│ ├─┬ read@1.0.4
│ │ └── mute-stream@0.0.3
│ ├── revalidator@0.1.2
│ ├─┬ utile@0.1.5
│ │ ├── async@0.1.22
│ │ ├── deep-equal@0.0.0
│ │ ├── i@0.3.1
│ │ ├── mkdirp@0.3.4
│ │ ├── ncp@0.2.6
│ │ └── rimraf@1.0.9
│ └─┬ winston@0.6.2
│   ├── async@0.1.22
│   ├── colors@0.6.0-1
│   ├── cycle@1.0.0
│   ├── eyes@0.1.8
│   ├── request@2.9.203
│   └── stack-trace@0.0.6
├─┬ request@2.11.4
│ ├─┬ form-data@0.0.3
│ │ ├── async@0.1.9
│ │ └─┬ combined-stream@0.0.3
│ │   └── delayed-stream@0.0.5
│ └── mime@1.2.7
├─┬ resourceful@0.3.2
│ ├── async@0.1.22
│ ├─┬ cradle@0.6.4
│ │ ├─┬ follow@0.7.2
│ │ │ └── request@2.2.9
│ │ └── vargs@0.1.0
│ ├── i@0.3.1
│ ├── node-uuid@1.3.3
│ ├── revalidator@0.1.2
│ └─┬ utile@0.1.5
│   ├── deep-equal@0.0.0
│   ├── mkdirp@0.3.4
│   ├── ncp@0.2.6
│   └── rimraf@1.0.9
├─┬ st@0.0.7
│ ├── async-cache@0.0.2
│ ├── graceful-fs@1.1.14
│ ├── lru-cache@2.0.4
│ ├── mime@1.2.7
│ └── negotiator@0.2.5
├─┬ union@0.3.4
│ └── qs@0.5.1
└─┬ vows@0.6.4
  ├── diff@1.0.3
  └── eyes@0.1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment