diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-24 22:16:51 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-24 22:16:51 +0200 |
commit | 65c470e84396a9db4b697a45128ce8d28c612d7c (patch) | |
tree | 3637f47ee24f1945a1e70cd2fc13b9a1ca18a88b /spec/support | |
parent | 3f1d6d6ab3a7e1b2bbbae7dcd17edc884f9fbf07 (diff) | |
download | gitlab-ce-65c470e84396a9db4b697a45128ce8d28c612d7c.tar.gz |
Reannotated
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/namespaces_stub.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/namespaces_stub.rb b/spec/support/namespaces_stub.rb index 35754f56e83..9cf99467850 100644 --- a/spec/support/namespaces_stub.rb +++ b/spec/support/namespaces_stub.rb @@ -5,6 +5,10 @@ class Namespace def ensure_dir_exist true end + + def move_dir + true + end end class Gitlab::ProjectMover |