summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-08-08 15:49:09 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-08-08 15:49:09 +0800
commit570ad65f9f4567428ee5214a470a1f97146d58c8 (patch)
treedc01da9252c0acd37966fb53f10a1adbf5e0adf6 /spec
parentc577eb9ed8bd0336870f7a83302f70821d510169 (diff)
downloadgitlab-shell-570ad65f9f4567428ee5214a470a1f97146d58c8.tar.gz
Implement AuthorizedKeys command181-authorized-keys-check-go
Build this command when `Executable` name is `gitlab-shell-authorized-keys-check`. Feature flag is the same name.
Diffstat (limited to 'spec')
-rw-r--r--spec/gitlab_shell_authorized_keys_check_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/gitlab_shell_authorized_keys_check_spec.rb b/spec/gitlab_shell_authorized_keys_check_spec.rb
index eb0cbca..91b874d 100644
--- a/spec/gitlab_shell_authorized_keys_check_spec.rb
+++ b/spec/gitlab_shell_authorized_keys_check_spec.rb
@@ -87,7 +87,7 @@ describe 'bin/gitlab-shell-authorized-keys-check' do
it_behaves_like 'authorized keys check'
end
- pending 'with the go authorized-keys-check feature', :go do
+ describe 'with the go authorized-keys-check feature', :go do
before(:all) do
write_config(
'gitlab_url' => "http+unix://#{CGI.escape(tmp_socket_path)}",