diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/gitlab_shell_authorized_keys_check_spec.rb | 2 |
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)}", |