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

@ -7,7 +7,7 @@ describe Gitlab::ProjectMover do
FileUtils.rm_rf base_path if File.exists? base_path
FileUtils.mkdir_p base_path
Gitlab.config.gitolite.stub(repos_path: base_path)
Gitlab.config.gitlab_shell.stub(repos_path: base_path)
@project = create(:project)
end