Skip to content

Instantly share code, notes, and snippets.

@mullr
Created March 23, 2012 06:52
Show Gist options
  • Save mullr/2167817 to your computer and use it in GitHub Desktop.
Save mullr/2167817 to your computer and use it in GitHub Desktop.
v = vows.describe('main json api').addBatch
'when requesting a bad top level':
topic: -> request "#{baseUrl}/bogus", @callback ; return
'it 404s':
(err, res, body) -> assert.equal res.statusCode, 404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment