Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c1e135e7
Commit
c1e135e7
authored
Sep 29, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
ce14080c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
270 additions
and
151 deletions
+270
-151
spec/lib/gitlab/gpg/commit_spec.rb
spec/lib/gitlab/gpg/commit_spec.rb
+1
-1
spec/support/helpers/gpg_helpers.rb
spec/support/helpers/gpg_helpers.rb
+269
-150
No files found.
spec/lib/gitlab/gpg/commit_spec.rb
View file @
c1e135e7
...
...
@@ -202,7 +202,7 @@ describe Gitlab::Gpg::Commit do
end
let
(
:gpg_key_subkey
)
do
gpg_key
.
subkeys
.
find_by
(
fingerprint:
'0522DD29B98F167CD8421752E38FFCAF75ABD92A'
)
gpg_key
.
subkeys
.
find_by
(
fingerprint:
GpgHelpers
::
User3
.
subkey_fingerprints
.
last
)
end
before
do
...
...
spec/support/helpers/gpg_helpers.rb
View file @
c1e135e7
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment