gitlabhq/app/roles/git_host.rb
randx 7cdc5b9e04 Use similar interface to access gitolite
Simplified gitolite handle logic
Stubn over monkeypatch
Stub only specific methods in Gitlab:Gitolite
Moved grach auth to lib
added specs for keys observer
removes SshKey role
2012-08-29 00:04:06 +03:00

6 lines
65 B
Ruby

module GitHost
def git_host
Gitlab::Gitolite.new
end
end