From f03f1baa3021d66e703c56a8d84ad4f928857593 Mon Sep 17 00:00:00 2001 From: Igor Drozdov Date: Mon, 20 May 2019 14:41:58 +0300 Subject: Add go tag to two-factor-recovery specs --- spec/gitlab_shell_two_factor_recovery_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}", -- cgit v1.2.1