Created
October 7, 2015 11:14
-
-
Save eddie/733b10fc7e1d8be4589a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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