Skip to content

Instantly share code, notes, and snippets.

@cmckni3
Created April 8, 2014 19:47
Show Gist options
  • Save cmckni3/10179810 to your computer and use it in GitHub Desktop.
Save cmckni3/10179810 to your computer and use it in GitHub Desktop.
describe('Model', function(){
it('something', function(done){
request('http://google.com', function(response){
console.log(response);
done();
})
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment