spec\PHPSpec2\Event\SpecificationEvent::it_should_be_mapped_to_specification PHP Method

it_should_be_mapped_to_specification() public method

public it_should_be_mapped_to_specification ( PHPSpec2\Loader\Node\Specification $specification )
$specification PHPSpec2\Loader\Node\Specification
    function it_should_be_mapped_to_specification($specification)
    {
        $this->getSpecification()->shouldReturn($specification);
    }