describe("when statusCode is NOT in mapping", function() {

            it("returns the View mapping to a 500 statusCode", function() {
                expect(ErrorPage.viewFor(errorViewMapping, 234)).toBe(ErrorView);
            });