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