summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-03-18 12:02:36 +0100
committerJames Lopez <james@jameslopez.es>2016-03-18 12:02:36 +0100
commit55210648ef259e6ac167bb877decc919b292c0fd (patch)
tree13c5f00c6fa8ec2ab658d023e89d93f77c4927b4
parent77e5b48d02de0ab5838331e6884f68946cdf6db8 (diff)
downloadgitlab-shell-fix/git-annex-ssh.tar.gz
updated spec context ant comment [ci-skip]fix/git-annex-ssh
-rw-r--r--spec/gitlab_shell_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb
index fbdefce..dd5cfb2 100644
--- a/spec/gitlab_shell_spec.rb
+++ b/spec/gitlab_shell_spec.rb
@@ -105,8 +105,8 @@ describe GitlabShell do
end
end
- context 'git annex SSH custom port issue' do
- # the args from SSH are actually just /dzaporozhets/gitlab.git in this case
+ context 'with git-annex and relative path without ~/' do
+ # Using a SSH URL on a custom port will generate /dzaporozhets/gitlab.git
let(:ssh_args) { %W(git-annex-shell inannex /dzaporozhets/gitlab.git SHA256E) }
it 'should init git-annex' do