/**
  * @expectedException \RomanPitak\Nginx\Config\Exception
  */
 public function testSaveToFile()
 {
     $scope = new Scope();
     $scope->saveToFile('this/path/does/not/exist.conf');
 }