it("absolute path link", function() {
                $link = $fixture.find("a[href^='/']");
                expect($link).toExist();

                whenLinkClicked();