function let(\Resqueman\Driver\File $config, \Resqueman\Driver\File $output)
 {
     $config->beConstructedWith('file.json');
     $output->beConstructedWith('file.json');
     $this->beConstructedWith($config, $output);
 }