Fix stubbed repo

This commit is contained in:
Dmitriy Zaporozhets 2013-04-01 09:21:31 +03:00
parent 458631c5ba
commit 7bb71bb088
2 changed files with 4 additions and 8 deletions

View file

@ -10,7 +10,7 @@ class Project
if path == "empty" || !path
nil
else
GitLabTestRepo.new(path_with_namespace)
GitLabTestRepo.new(Rails.root.join('tmp', 'repositories', 'gitlabhq'), 'master')
end
end
@ -39,11 +39,7 @@ class MergeRequest
end
end
class GitLabTestRepo < Gitlab::Git::Repository
def repo
@repo ||= Grit::Repo.new(Rails.root.join('tmp', 'repositories', 'gitlabhq'))
end
class GitLabTestRepo < Repository
# patch repo size (in mb)
def size
12.45