Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 14:47:50 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 14:47:50 +0400
commit70e3bffd95eb5736dd108e0836abaa85a2f1c742 (patch)
treeeffcda0ec2a1b5e8437740cfe848226abd3200a2 /spec/support
parent39e37677f291c344e25583916a1811a052e38db6 (diff)
Fixed: post-receive, project remove, tests
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/stubbed_repository.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/stubbed_repository.rb b/spec/support/stubbed_repository.rb
index fd891b1ce14..434cab6516e 100644
--- a/spec/support/stubbed_repository.rb
+++ b/spec/support/stubbed_repository.rb
@@ -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