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