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-22 15:04:11 +0300
commitb77a375205af394945de99c3f7318292510c3245 (patch)
treef2d007cb411667045ffc26278d7345bf19f362e9
parenta36cf8de6c2b5c03c68a54e207190627b5c651f2 (diff)
downloadgitlab-shell-b77a375205af394945de99c3f7318292510c3245.tar.gz
Add go tag to two-factor-recovery specs
-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)}",