lab.test('it shows the title specified in the route', function (done) {
    server.inject(request, function (response) {
      Code.expect(response.payload).to.include('<title>Frequently asked questions ยท jsPerf</title>');

      done();