summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-21 06:18:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-21 06:18:05 +0300
commite9be4b375bf2e4929ca82d06ff0dd4b62c5e9c44 (patch)
tree0c17cf52c34ef158f5ac05c10dd4829cc3da5fcd /spec/support
parent47234ab3672697f85f8e9f452aea4453e1b9aadc (diff)
downloadgitlab-ce-e9be4b375bf2e4929ca82d06ff0dd4b62c5e9c44.tar.gz
Cover ProjectMover with tests
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/namespaces_stub.rb10
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