Commit 46d212832f3d0a4668732a3434e6732c69f6b571
1 parent
65601ade
Exists in
master
and in
4 other branches
Spec updates
Showing
2 changed files
with
11 additions
and
1 deletions
Show diff stats
spec/monkeypatch.rb
@@ -24,6 +24,16 @@ class Key | @@ -24,6 +24,16 @@ class Key | ||
24 | end | 24 | end |
25 | end | 25 | end |
26 | 26 | ||
27 | +class DeployKey | ||
28 | + def update_repository | ||
29 | + true | ||
30 | + end | ||
31 | + | ||
32 | + def repository_delete_key | ||
33 | + true | ||
34 | + end | ||
35 | +end | ||
36 | + | ||
27 | class UsersProject | 37 | class UsersProject |
28 | def update_repository | 38 | def update_repository |
29 | true | 39 | true |