tests seed
This commit is contained in:
parent
035196e7a8
commit
d7ea9052f1
3 changed files with 10 additions and 7 deletions
|
@ -10,7 +10,7 @@ class Project
|
|||
end
|
||||
|
||||
def path_to_repo
|
||||
"/tmp/" + path
|
||||
File.join(Rails.root, "tmp", "tests", path)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue