diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/gitlab_shell_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb index 0443576..f2c215e 100644 --- a/spec/gitlab_shell_spec.rb +++ b/spec/gitlab_shell_spec.rb @@ -463,7 +463,6 @@ describe GitlabShell do 'GL_PROTOCOL' => 'ssh', 'GL_REPOSITORY' => gl_repository, 'GL_USERNAME' => 'testuser', - 'GIT_PROTOCOL' => 'version=2' } end let(:exec_options) { { unsetenv_others: true, chdir: ROOT_PATH } } |