spec\PhpSpec\Event\SpecificationEventSpec::it_provides_a_link_to_specification PHP 메소드

    function it_provides_a_link_to_specification($specification)
    {
        $this->getSpecification()->shouldReturn($specification);
    }