I am getting errors thrown from $httpBackend saying
Error: Unexpected request: GET app/insured/search/inSearch.html
No more request expected
at $httpBackend ...
I have not setup any expectations, do not have verifyNoOutstandingExpectation() or verifyNoOutstandingRequest(), as a matter of fact I do not even have afterEach() in my tests?