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
ba9b39dc
Commit
ba9b39dc
authored
Feb 01, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in spec/finders/group_projects_finder_spec.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
04d6ac2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
spec/finders/group_projects_finder_spec.rb
spec/finders/group_projects_finder_spec.rb
+0
-17
No files found.
spec/finders/group_projects_finder_spec.rb
View file @
ba9b39dc
...
...
@@ -126,7 +126,6 @@ describe GroupProjectsFinder do
context
'without subgroups projects'
do
it
{
is_expected
.
to
eq
([
public_project
])
}
end
<<<<<<<
HEAD
end
end
...
...
@@ -141,8 +140,6 @@ describe GroupProjectsFinder do
context
'without subgroups projects'
do
it
{
is_expected
.
to
match_array
([
shared_project_3
,
shared_project_2
,
shared_project_1
,
public_project
])
}
=======
>>>>>>>
upstream
/
master
end
end
end
...
...
@@ -161,7 +158,6 @@ describe GroupProjectsFinder do
end
context
"all"
do
<<<<<<<
HEAD
it
{
is_expected
.
to
eq
([
shared_project_3
,
shared_project_2
,
shared_project_1
,
private_project
,
public_project
])
}
end
end
...
...
@@ -182,19 +178,6 @@ describe GroupProjectsFinder do
context
"all"
do
subject
{
described_class
.
new
(
group:
group
,
current_user:
current_user
).
execute
}
it
{
is_expected
.
to
eq
([
shared_project_3
,
shared_project_2
,
shared_project_1
,
private_project
,
public_project
])
}
=======
context
'with subgroups projects'
,
:nested_groups
do
before
do
options
[
:include_subgroups
]
=
true
end
it
{
is_expected
.
to
match_array
([
shared_project_3
,
shared_project_2
,
shared_project_1
,
public_project
,
subgroup_project
])
}
end
context
'without subgroups projects'
do
it
{
is_expected
.
to
match_array
([
shared_project_3
,
shared_project_2
,
shared_project_1
,
public_project
])
}
end
>>>>>>>
upstream
/
master
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