diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 19:16:59 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 19:16:59 +0200 |
commit | d64090b8a9065746c6d532057228c079a1d57013 (patch) | |
tree | a97504c15dedfd470d9ffc11c51bd15a6718e8cb /spec | |
parent | 8e0b58d7e7cde0d9afb93f267197f62b9b649cd3 (diff) | |
download | gitlab-ce-d64090b8a9065746c6d532057228c079a1d57013.tar.gz |
No gitolite in project any more
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index bb314e60eb7..77497991f99 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -35,7 +35,7 @@ RSpec.configure do |config| config.before do # Use tmp dir for FS manipulations temp_repos_path = Rails.root.join('tmp', 'test-git-base-path') - Gitlab.config.gitolite.stub(repos_path: temp_repos_path) + Gitlab.config.gitlab_shell.stub(repos_path: temp_repos_path) FileUtils.rm_rf temp_repos_path FileUtils.mkdir_p temp_repos_path end |