We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b92c07 commit ac7a022Copy full SHA for ac7a022
tests/Feature/Commands/BuildCommandTest.php
@@ -66,7 +66,7 @@ public function it_fails_if_the_draft_file_not_exists()
66
}
67
68
/** @test */
69
- public function it_shows_the_generated_files_groupbed_by_actions()
+ public function it_shows_the_generated_files_grouped_by_actions()
70
{
71
$this->files->shouldReceive('exists')
72
->with('draft.yaml')
0 commit comments