diff --git a/spec/support/stubbed_repository.rb b/spec/support/stubbed_repository.rb index 5fd8631a..6376c8d5 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