function it_can_save_files(File $file, Editor $editor) { $editor->save($file)->shouldBeCalled(); $this->save($file); }