diff options
| author | Vojta Jina | 2011-10-31 20:34:03 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-11-30 11:17:23 -0500 |
| commit | afbe073121f13a23dc33a1d958c0a964029dc6ee (patch) | |
| tree | 471cdface7115d066f3a0e6a6397bd24912a6cc8 /test/service/httpSpec.js | |
| parent | 7b705df2b77bbd5e112b976a7a9630327aa77aca (diff) | |
| download | angular.js-afbe073121f13a23dc33a1d958c0a964029dc6ee.tar.bz2 | |
feat(mock.$httpBackend): add verifyNoOutstandingRequest method
+ rename verifyExpectations to verifyNoOutstandingExpectation
Diffstat (limited to 'test/service/httpSpec.js')
| -rw-r--r-- | test/service/httpSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/service/httpSpec.js b/test/service/httpSpec.js index 12921992..72fd5f8e 100644 --- a/test/service/httpSpec.js +++ b/test/service/httpSpec.js @@ -19,7 +19,7 @@ describe('$http', function() { afterEach(function() { if ($exceptionHandler.errors.length) throw $exceptionHandler.errors; - $httpBackend.verifyExpectations(); + $httpBackend.verifyNoOutstandingExpectation(); }); |
