lab.test('it presents a login option to a user if they have not auth’d with GitHub', function (done) {
      server.inject(request, function (response) {
        Code.expect(response.result).to.include('Login with GitHub to Create Test Cases');

        done();