diff options
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/namespaces_stub.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/support/namespaces_stub.rb b/spec/support/namespaces_stub.rb index 9cf99467850..c55b8101b07 100644 --- a/spec/support/namespaces_stub.rb +++ b/spec/support/namespaces_stub.rb @@ -11,8 +11,8 @@ class Namespace end end -class Gitlab::ProjectMover - def execute - true - end -end +#class Gitlab::ProjectMover + #def execute + #true + #end +#end |
