Fix api specs. Use id instead path

This commit is contained in:
Dmitriy Zaporozhets 2013-01-02 19:46:06 +02:00
parent d431e43392
commit ccf0686b01
8 changed files with 26 additions and 40 deletions

View file

@ -5,6 +5,7 @@ describe Gitlab::ProjectMover do
before do
FileUtils.rm_rf base_path if File.exists? base_path
FileUtils.mkdir_p base_path
Gitlab.config.gitolite.stub(repos_path: base_path)