Skip to content

Commit d7fb5dc

Browse files
committed
Uncomment tests
1 parent dc86665 commit d7fb5dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/Laracasts/Commander/DefaultCommandBusSpec.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ function let(Application $app, CommandTranslator $translator)
1616
$this->beConstructedWith($app, $translator);
1717
}
1818

19-
function xit_is_initializable()
19+
function it_is_initializable()
2020
{
2121
$this->shouldHaveType('Laracasts\Commander\DefaultCommandBus');
2222
}
2323

24-
function xit_handles_a_command(Application $app, CommandStub $command, CommandTranslator $translator, CommandHandlerStub $handler)
24+
function it_handles_a_command(Application $app, CommandStub $command, CommandTranslator $translator, CommandHandlerStub $handler)
2525
{
2626
$translator->toCommandHandler($command)->willReturn('CommandHandler');
2727
$app->make('CommandHandler')->willReturn($handler);

0 commit comments

Comments
 (0)