From 77e5b48d02de0ab5838331e6884f68946cdf6db8 Mon Sep 17 00:00:00 2001
From: James Lopez <james@jameslopez.es>
Date: Wed, 16 Mar 2016 17:03:38 +0100
Subject: [PATCH] added comment to clarify spec

---
 spec/gitlab_shell_spec.rb | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.30.9