Commit 366bc3201329dedb2af5ddc567130b4d8d6832f9

Authored by Dmitriy Zaporozhets
1 parent aecb3762

stub git shell mv_repository

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
spec/support/stubbed_repository.rb
@@ -56,6 +56,10 @@ module Gitlab @@ -56,6 +56,10 @@ module Gitlab
56 true 56 true
57 end 57 end
58 58
  59 + def mv_repository name, new_name
  60 + true
  61 + end
  62 +
59 def remove_repository name 63 def remove_repository name
60 true 64 true
61 end 65 end