Skip to content
Snippets Groups Projects

GPG signed commits

Merged Alexis Reigel requested to merge siemens/gitlab-ce:feature/gpg-signed-commits into master
4 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
4
  • be79f45c
    remove the :gpg rspec tag · be79f45c
    Alexis Reigel authored
    since everything (except the CurrentKeyChain method) operates on a
    tempoary keychain anyway we don't need this anymore.
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
Loading