From ae33fdf297e03866ecc6c31c5470dd5ad72d1328 Mon Sep 17 00:00:00 2001 From: Angus MacArthur Date: Tue, 19 Mar 2013 11:37:50 -0400 Subject: updated fork feature to use gitlab-shell for v5 of gitlab --- spec/lib/gitlab/backend/shell_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/lib') 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 -- cgit v1.2.1