fixing tests after refactoring

This commit is contained in:
Dmitriy Zaporozhets 2013-02-11 20:28:27 +02:00
parent 2a1fac9e4f
commit ab0cfc0036
5 changed files with 7 additions and 12 deletions

View file

@ -39,6 +39,6 @@ describe PostReceive do
end
def pwd(project)
File.join(Gitlab.config.gitolite.repos_path, project.path_with_namespace)
File.join(Gitlab.config.gitlab_shell.repos_path, project.path_with_namespace)
end
end