diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 20:28:27 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 20:28:27 +0200 |
commit | ab0cfc00367a60cfe9cc488521bf55882d54769a (patch) | |
tree | 906d680016c146e256925c901314a4bb449057d2 /spec/workers | |
parent | 2a1fac9e4f9687d4b55f13527aed5dfb848e3a4d (diff) | |
download | gitlab-ce-ab0cfc00367a60cfe9cc488521bf55882d54769a.tar.gz |
fixing tests after refactoring
Diffstat (limited to 'spec/workers')
-rw-r--r-- | spec/workers/post_receive_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/post_receive_spec.rb b/spec/workers/post_receive_spec.rb index f1a69b1b2e4..d38cd59efa7 100644 --- a/spec/workers/post_receive_spec.rb +++ b/spec/workers/post_receive_spec.rb @@ -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 |