summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorAngus MacArthur <amacarthur@blackberry.com>2013-03-19 11:37:50 -0400
committerAngus MacArthur <amacarthur@blackberry.com>2013-04-15 01:54:52 -0400
commitae33fdf297e03866ecc6c31c5470dd5ad72d1328 (patch)
tree6b3b8fb315fbc3e0b6ebf6dbb527abe9bcb3d245 /spec/lib
parente996c52636f46b193b5ff7291e9b835c317e5438 (diff)
downloadgitlab-ce-ae33fdf297e03866ecc6c31c5470dd5ad72d1328.tar.gz
updated fork feature to use gitlab-shell for v5 of gitlab
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/backend/shell_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/gitlab/backend/shell_spec.rb b/spec/lib/gitlab/backend/shell_spec.rb
index 3c04f4bbeb6..f00ec0fa401 100644
--- a/spec/lib/gitlab/backend/shell_spec.rb
+++ b/spec/lib/gitlab/backend/shell_spec.rb
@@ -12,6 +12,7 @@ describe Gitlab::Shell do
it { should respond_to :remove_key }
it { should respond_to :add_repository }
it { should respond_to :remove_repository }
+ it { should respond_to :fork_repository }
it { gitlab_shell.url_to_repo('diaspora').should == Gitlab.config.gitlab_shell.ssh_path_prefix + "diaspora.git" }
end