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 56 true
57 57 end
58 58  
  59 + def mv_repository name, new_name
  60 + true
  61 + end
  62 +
59 63 def remove_repository name
60 64 true
61 65 end
... ...