it("redirects to absolute path WITH appRoot set", function() {
            givenAppRootSet();
            whenRedirectWithAbsolutePath();

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