PHPSpec2\Formatter\PrettyFormatter::beforeSpecification PHP Method

beforeSpecification() public method

public beforeSpecification ( SpecificationEvent $event )
$event PHPSpec2\Event\SpecificationEvent
    public function beforeSpecification(SpecificationEvent $event)
    {
        $this->io->writeln(sprintf("\n----  %s\n", str_replace('\\', DIRECTORY_SEPARATOR, $event->getSpecification()->getTitle())), 2 * $event->getSpecification()->getDepth());
    }