Use File.join in DeleteAllRepositories test
This commit is contained in:
parent
78fe35ccc3
commit
6ee0acbc55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue