diff options
author | James Lopez <james@jameslopez.es> | 2018-07-06 18:25:16 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2018-07-06 18:25:16 +0200 |
commit | 805645510a26d11bceb75868996a76eba10ef470 (patch) | |
tree | cb208e2452d6970707fc0e9b5bf1c699848dcfdf /spec | |
parent | 44be867d21ffce76eb0b3a42de0ec373509a17ea (diff) | |
download | gitlab-ce-805645510a26d11bceb75868996a76eba10ef470.tar.gz |
fix spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/services/import_export_clean_up_service_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/services/import_export_clean_up_service_spec.rb b/spec/services/import_export_clean_up_service_spec.rb index de8ce9b6392..d5fcef1246f 100644 --- a/spec/services/import_export_clean_up_service_spec.rb +++ b/spec/services/import_export_clean_up_service_spec.rb @@ -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 |