it('should excute hooks', function () {
      var expectedCounts = [1, 1, 0, 0];
      expectedCounts.forEach(function (expected, idx) {
        var spyItem = spyList[idx];
        expect(spyItem.spy.callCount).toBe(expected,