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
99c23eee
Commit
99c23eee
authored
Nov 08, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in spec/requests/api/groups_spec.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
b475d42d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
spec/requests/api/groups_spec.rb
spec/requests/api/groups_spec.rb
+10
-10
No files found.
spec/requests/api/groups_spec.rb
View file @
99c23eee
...
...
@@ -699,7 +699,16 @@ describe API::Groups do
end
end
<<<<<<<
HEAD
it_behaves_like
'custom attributes endpoints'
,
'groups'
do
let
(
:attributable
)
{
group1
}
let
(
:other_attributable
)
{
group2
}
let
(
:user
)
{
user1
}
before
do
group2
.
add_owner
(
user1
)
end
end
describe
'POST /groups/:id/ldap_sync'
do
before
do
allow
(
Gitlab
::
LDAP
::
Config
).
to
receive
(
:enabled?
).
and_return
(
true
)
...
...
@@ -793,15 +802,6 @@ describe API::Groups do
def
ldap_sync
(
group_id
,
user
,
sidekiq_testing_method
)
Sidekiq
::
Testing
.
send
(
sidekiq_testing_method
)
do
post
api
(
"/groups/
#{
group_id
}
/ldap_sync"
,
user
)
=======
it_behaves_like
'custom attributes endpoints'
,
'groups'
do
let
(
:attributable
)
{
group1
}
let
(
:other_attributable
)
{
group2
}
let
(
:user
)
{
user1
}
before
do
group2
.
add_owner
(
user1
)
>>>>>>>
upstream
/
master
end
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