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
e96d6629
Commit
e96d6629
authored
Feb 01, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in spec/finders/issues_finder_spec.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ba9b39dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
spec/finders/issues_finder_spec.rb
spec/finders/issues_finder_spec.rb
+0
-6
No files found.
spec/finders/issues_finder_spec.rb
View file @
e96d6629
...
@@ -46,7 +46,6 @@ describe IssuesFinder do
...
@@ -46,7 +46,6 @@ describe IssuesFinder do
it
'returns all issues'
do
it
'returns all issues'
do
expect
(
issues
).
to
contain_exactly
(
issue1
,
issue2
,
issue3
,
issue4
)
expect
(
issues
).
to
contain_exactly
(
issue1
,
issue2
,
issue3
,
issue4
)
<<<<<<<
HEAD
end
end
context
'sort by issues with no weight'
do
context
'sort by issues with no weight'
do
...
@@ -63,8 +62,6 @@ describe IssuesFinder do
...
@@ -63,8 +62,6 @@ describe IssuesFinder do
it
'returns all issues'
do
it
'returns all issues'
do
expect
(
issues
).
to
be_empty
expect
(
issues
).
to
be_empty
end
end
=======
>>>>>>>
upstream
/
master
end
end
context
'filtering by assignee ID'
do
context
'filtering by assignee ID'
do
...
@@ -75,7 +72,6 @@ describe IssuesFinder do
...
@@ -75,7 +72,6 @@ describe IssuesFinder do
end
end
end
end
<<<<<<<
HEAD
context
'filtering by assignee IDs'
do
context
'filtering by assignee IDs'
do
set
(
:user3
)
{
create
(
:user
)
}
set
(
:user3
)
{
create
(
:user
)
}
let
(
:params
)
{
{
assignee_ids:
[
user2
.
id
,
user3
.
id
]
}
}
let
(
:params
)
{
{
assignee_ids:
[
user2
.
id
,
user3
.
id
]
}
}
...
@@ -106,8 +102,6 @@ describe IssuesFinder do
...
@@ -106,8 +102,6 @@ describe IssuesFinder do
end
end
end
end
=======
>>>>>>>
upstream
/
master
context
'filtering by group_id'
do
context
'filtering by group_id'
do
let
(
:params
)
{
{
group_id:
group
.
id
}
}
let
(
:params
)
{
{
group_id:
group
.
id
}
}
...
...
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