Skip to content

Instantly share code, notes, and snippets.

@jcrugzz
Created February 5, 2013 17:31
Show Gist options
  • Save jcrugzz/4716088 to your computer and use it in GitHub Desktop.
Save jcrugzz/4716088 to your computer and use it in GitHub Desktop.
nock('https://' + client.authUrl)
.post('/v1.1/auth', { "credentials": credentials })
.reply(200, helpers.loadFixture('rackspace/token.json'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment