respond with fake data
[angular-drzb] / test / unit / controllersSpec.js
index e7eb996..41ae21d 100644 (file)
@@ -82,7 +82,9 @@ describe('AuthorsCtrl', function(){
 
   beforeEach(inject(function($injector) {
     $httpBackend = $injector.get('$httpBackend');
-       $httpBackend.whenJSONP(/authors/).passThrough();
+       $httpBackend.whenJSONP(/authors/)
+//             .passThrough();
+               .respond({ rows: [] });
   }));
   afterEach(function() {
          $httpBackend.verifyNoOutstandingExpectation();