spec\Namshi\Notificator\Notification\Handler\RabbitMQSpec::it_is_initializable PHP Method

it_is_initializable() public method

public it_is_initializable ( )
    function it_is_initializable()
    {
        $this->shouldHaveType('Namshi\\Notificator\\Notification\\Handler\\RabbitMQ');
        $this->shouldImplement('Namshi\\Notificator\\Notification\\Handler\\HandlerInterface');
    }