/**
  * @test
  */
 public function shouldThrowExceptionWhenNoSuites()
 {
     $this->setExpectedException('\\RuntimeException', 'Config has no suites');
     JsonConfigReader::read('{}');
 }