Skip to content
Snippets Groups Projects
Commit 6ee0acbc authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Use File.join in DeleteAllRepositories test

parent 78fe35cc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment