/**
  * @test
  * @group command-decompass
  * @group command
  */
 public function ファイルの展開()
 {
     $path = 'sample.txt';
     $this->file->setPath($path);
     $this->file->decompass();
     $this->expectOutputString($path . 'を展開しました');
 }