docs(ngMock): correct verifyNoOutstandingExpectation example

This commit is contained in:
Mark Striemer 2013-07-04 15:03:13 -05:00 committed by Pawel Kozlowski
parent ead9cb7fb4
commit 8a3e3f9eb3

View file

@ -1318,7 +1318,7 @@ function createHttpBackendMock($rootScope, $delegate, $browser) {
* "afterEach" clause. * "afterEach" clause.
* *
* <pre> * <pre>
* afterEach($httpBackend.verifyExpectations); * afterEach($httpBackend.verifyNoOutstandingExpectation);
* </pre> * </pre>
*/ */
$httpBackend.verifyNoOutstandingExpectation = function() { $httpBackend.verifyNoOutstandingExpectation = function() {