diff options
author | James Lopez <james@jameslopez.es> | 2016-03-16 17:03:38 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-03-16 17:03:38 +0100 |
commit | 77e5b48d02de0ab5838331e6884f68946cdf6db8 (patch) | |
tree | 61dfbabcf6469118a9323e0a4f1fa361461c1b8e /spec | |
parent | a82dbf294e1e1fea29da7db93f5ffa33d95f787e (diff) | |
download | gitlab-shell-77e5b48d02de0ab5838331e6884f68946cdf6db8.tar.gz |
added comment to clarify spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/gitlab_shell_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb index c03632e..fbdefce 100644 --- a/spec/gitlab_shell_spec.rb +++ b/spec/gitlab_shell_spec.rb @@ -106,6 +106,7 @@ describe GitlabShell do end context 'git annex SSH custom port issue' do + # the args from SSH are actually just /dzaporozhets/gitlab.git in this case let(:ssh_args) { %W(git-annex-shell inannex /dzaporozhets/gitlab.git SHA256E) } it 'should init git-annex' do |