summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-12 18:59:25 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-12 18:59:25 +0200
commit366bc3201329dedb2af5ddc567130b4d8d6832f9 (patch)
tree38c8bc477e163b7795bc84adbce957b8b3f4bbe3 /spec/support
parentaecb37623e889493c56f22b86e87bc81c6a83cd8 (diff)
downloadgitlab-ce-366bc3201329dedb2af5ddc567130b4d8d6832f9.tar.gz
stub git shell mv_repository
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/stubbed_repository.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/stubbed_repository.rb b/spec/support/stubbed_repository.rb
index 5fd8631a335..6376c8d5ea1 100644
--- a/spec/support/stubbed_repository.rb
+++ b/spec/support/stubbed_repository.rb
@@ -56,6 +56,10 @@ module Gitlab
true
end
+ def mv_repository name, new_name
+ true
+ end
+
def remove_repository name
true
end