function it_renders()
 {
     $command = new Command();
     $command->setHelp('help');
     $input = new Input();
     $output = new Output();
     $output->setEnableBuffering(true);
     $this->beConstructedWith($input, $output);
     $this->render($command);
 }