summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2019-05-20 14:41:58 +0300
committerIgor Drozdov <idrozdov@gitlab.com>2019-05-21 11:04:56 +0300
commitf03f1baa3021d66e703c56a8d84ad4f928857593 (patch)
treebafa848735e3f5f0751655e6b813dc5e117c78f0
parent83c335027695e991d0e55d32bb562c35d0fe9209 (diff)
downloadgitlab-shell-f03f1baa3021d66e703c56a8d84ad4f928857593.tar.gz
Add go tag to two-factor-recovery specsid-go-refactorings
-rw-r--r--spec/gitlab_shell_two_factor_recovery_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/gitlab_shell_two_factor_recovery_spec.rb b/spec/gitlab_shell_two_factor_recovery_spec.rb
index 19999e5..a7fa909 100644
--- a/spec/gitlab_shell_two_factor_recovery_spec.rb
+++ b/spec/gitlab_shell_two_factor_recovery_spec.rb
@@ -114,7 +114,7 @@ describe 'bin/gitlab-shell 2fa_recovery_codes' do
it_behaves_like 'dialog for regenerating recovery keys'
end
- describe 'with go features' do
+ describe 'with go features', :go do
before(:context) do
write_config(
"gitlab_url" => "http+unix://#{CGI.escape(tmp_socket_path)}",