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
c88e51d3
Commit
c88e51d3
authored
May 01, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve spec/requests/api/discussions_spec.rb
parent
7766995f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/requests/api/discussions_spec.rb
spec/requests/api/discussions_spec.rb
+0
-3
No files found.
spec/requests/api/discussions_spec.rb
View file @
c88e51d3
...
...
@@ -31,7 +31,6 @@ describe API::Discussions do
end
end
<<<<<<<
HEAD
context
'when noteable is an Epic'
do
let
(
:group
)
{
create
(
:group
,
:public
)
}
let
(
:ext_group
)
{
create
(
:group
,
:public
)
}
...
...
@@ -50,8 +49,6 @@ describe API::Discussions do
end
end
=======
>>>>>>>
upstream
/
master
context
'when noteable is a Merge Request'
do
let!
(
:noteable
)
{
create
(
:merge_request_with_diffs
,
source_project:
project
,
target_project:
project
,
author:
user
)
}
let!
(
:note
)
{
create
(
:discussion_note_on_merge_request
,
noteable:
noteable
,
project:
project
,
author:
user
)
}
...
...
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