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

            expect(windough.location.replace).toHaveBeenCalledWith("http://www.fullyqualified.com");