summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-03-16 17:03:38 +0100
committerJames Lopez <james@jameslopez.es>2016-03-16 17:03:38 +0100
commit77e5b48d02de0ab5838331e6884f68946cdf6db8 (patch)
tree61dfbabcf6469118a9323e0a4f1fa361461c1b8e
parenta82dbf294e1e1fea29da7db93f5ffa33d95f787e (diff)
downloadgitlab-shell-77e5b48d02de0ab5838331e6884f68946cdf6db8.tar.gz
added comment to clarify spec
-rw-r--r--spec/gitlab_shell_spec.rb1
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