Commit 6ee0acbc authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use File.join in DeleteAllRepositories test

parent 78fe35cc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment