spec\PhpSpec\Console\ConsoleIOSpec::it_defaults_the_block_width PHP Method

it_defaults_the_block_width() public method

    function it_defaults_the_block_width()
    {
        $this->getBlockWidth()->shouldReturn(60);
    }