Skip to content

Instantly share code, notes, and snippets.

@eddie
Created October 7, 2015 11:14
Show Gist options
  • Select an option

  • Save eddie/733b10fc7e1d8be4589a to your computer and use it in GitHub Desktop.

Select an option

Save eddie/733b10fc7e1d8be4589a to your computer and use it in GitHub Desktop.
$httpBackend.when('GET', 'http://test.com/api/v1/test', function(){
expect(1).toEqual(2);
return false;
}).respond(200, respData, respHeaders);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment