diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-21 06:18:05 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-21 06:18:05 +0300 |
| commit | e9be4b375bf2e4929ca82d06ff0dd4b62c5e9c44 (patch) | |
| tree | 0c17cf52c34ef158f5ac05c10dd4829cc3da5fcd /spec/support | |
| parent | 47234ab3672697f85f8e9f452aea4453e1b9aadc (diff) | |
| download | gitlab-ce-e9be4b375bf2e4929ca82d06ff0dd4b62c5e9c44.tar.gz | |
Cover ProjectMover with tests
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 |
