Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Reigel <mail@koffeinfrei.org>2017-06-28 14:08:29 +0300
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 16:43:37 +0300
commite9515dff845dfbbb51e556e4e6a4f9cf951cf239 (patch)
tree19ed4ef1499290bf2e263e6b19f27dbd7806f816 /spec/features/profiles
parent9a759c620179c72821fa6217c138036b57ea3695 (diff)
remove the :gpg rspec tag
since everything (except the CurrentKeyChain method) operates on a tempoary keychain anyway we don't need this anymore.
Diffstat (limited to 'spec/features/profiles')
-rw-r--r--spec/features/profiles/gpg_keys_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/gpg_keys_spec.rb b/spec/features/profiles/gpg_keys_spec.rb
index 552cca4a84e..350126523b0 100644
--- a/spec/features/profiles/gpg_keys_spec.rb
+++ b/spec/features/profiles/gpg_keys_spec.rb
@@ -1,6 +1,6 @@
require 'rails_helper'
-feature 'Profile > GPG Keys', :gpg do
+feature 'Profile > GPG Keys' do
let(:user) { create(:user, email: GpgHelpers::User2.emails.first) }
before do