beforeEach(function () {
          fakeResponse = {};
          callback = sinon.spy();
          $http.get('http://localhost', callback);
          xhr.response = fakeResponse;