diff options
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/stubbed_repository.rb | 4 |
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 |
