function firstRouteDoesNotCleanUpLayout() {
        it("does NOT clean up layout for first route", function(done) {
            firstReturns
                .then(function() {
                    expect(Layout.prototype.close).not.toHaveBeenCalled();