it("redirects to application path WITH appRoot set", function() {
            givenAppRootSet();
            whenRedirectWithApplicationPath();

            expect(windough.location.replace).toHaveBeenCalledWith("/appRoot/somewhere/in/app");