Fix MigrateRepositoryService spec when repo is already on disk
Running this after spec/services/projects/hashed_storage/migrate_repository_service_spec.rb would fail previously, because the new repository path already existed on disk. As this spec expects the new repository path to not exist on disk prior to being moved, we should clear out the test repos before running.
Showing
Please register or sign in to comment