Magestead\Command\PhpspecCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("phpspec");
        $this->setDescription("Run PHPSpec against your project");
        $this->addArgument('option', InputArgument::OPTIONAL, 'Add options to run');
    }