This commit is contained in:
James Lopez 2018-07-06 18:25:16 +02:00
parent 44be867d21
commit 805645510a
No known key found for this signature in database
GPG Key ID: 756BF8E9D7C0CF39
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ describe ImportExportCleanUpService do
path = '/invalid/path/'
stub_repository_downloads_path(path)
expect(File).to receive(:directory?).with(path + tmp_import_export_folder).and_return(false).at_least(:once)
expect(service).not_to receive(:clean_up_export_files)
service.execute