diff options
author | James Lopez <james@jameslopez.es> | 2016-03-18 12:02:36 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-03-18 12:02:36 +0100 |
commit | 55210648ef259e6ac167bb877decc919b292c0fd (patch) | |
tree | 13c5f00c6fa8ec2ab658d023e89d93f77c4927b4 /spec/gitlab_shell_spec.rb | |
parent | 77e5b48d02de0ab5838331e6884f68946cdf6db8 (diff) | |
download | gitlab-shell-fix/git-annex-ssh.tar.gz |
updated spec context ant comment [ci-skip]fix/git-annex-ssh
Diffstat (limited to 'spec/gitlab_shell_spec.rb')
-rw-r--r-- | spec/gitlab_shell_spec.rb | 4 |
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 |