Use File.join in DeleteAllRepositories test

This commit is contained in:
Jacob Vosmaer 2018-06-01 13:54:34 +02:00
parent 78fe35ccc3
commit 6ee0acbc55
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ describe Backup::Repository do
end
def list_repositories
Dir[SEED_STORAGE_PATH + '/*.git']
Dir[File.join(SEED_STORAGE_PATH, '*.git')]
end
end