Fixed: post-receive, project remove, tests

This commit is contained in:
Dmitriy Zaporozhets 2013-02-05 12:47:50 +02:00
parent 39e37677f2
commit 70e3bffd95
9 changed files with 43 additions and 47 deletions

View file

@ -48,11 +48,11 @@ module Gitlab
true
end
def add_key name, key
def add_key id, key
true
end
def remove_key key
def remove_key id, key
true
end
end