beforeEach(function () {
            functionOne = sinon.spy();
            functionTwo = sinon.spy();
            functionThree = sinon.spy();