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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
99a50447
Commit
99a50447
authored
Feb 12, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix rubocop warning
parent
4089be8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
spec/services/system_note_service_spec.rb
spec/services/system_note_service_spec.rb
+4
-2
No files found.
spec/services/system_note_service_spec.rb
View file @
99a50447
...
@@ -431,8 +431,10 @@ describe SystemNoteService, services: true do
...
@@ -431,8 +431,10 @@ describe SystemNoteService, services: true do
let
(
:commit2
)
{
forked_project
.
commit
}
let
(
:commit2
)
{
forked_project
.
commit
}
before
do
before
do
allow
(
commit0
).
to
receive
(
:to_reference
)
{
noteable
.
project
.
to_reference
+
allow
(
commit0
).
to
receive
(
:to_reference
)
{
commit0
.
class
.
reference_prefix
+
commit0
.
id
}
noteable
.
project
.
to_reference
+
commit0
.
class
.
reference_prefix
+
commit0
.
id
}
described_class
.
cross_reference
(
noteable
,
commit0
,
author2
)
described_class
.
cross_reference
(
noteable
,
commit0
,
author2
)
end
end
...
...
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