Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created February 22, 2013 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbriggs/5010574 to your computer and use it in GitHub Desktop.
Save mbriggs/5010574 to your computer and use it in GitHub Desktop.
it("adds to the data in the custom handler", function(done){
repo.getSomething().then(function(data){
expect(data.success).toBe(true);
expect(data.foo).toBe('bar');
done();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment