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
a3ac178a
Commit
a3ac178a
authored
Sep 28, 2017
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor spec
parent
200b70f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/ee/spec/lib/ee/gitlab/ldap/sync/group_spec.rb
spec/ee/spec/lib/ee/gitlab/ldap/sync/group_spec.rb
+2
-2
No files found.
spec/ee/spec/lib/ee/gitlab/ldap/sync/group_spec.rb
View file @
a3ac178a
...
@@ -303,9 +303,9 @@ describe EE::Gitlab::LDAP::Sync::Group do
...
@@ -303,9 +303,9 @@ describe EE::Gitlab::LDAP::Sync::Group do
it
'does not update permissions when group base is missing'
do
it
'does not update permissions when group base is missing'
do
stub_ldap_config
(
group_base:
nil
)
stub_ldap_config
(
group_base:
nil
)
sync_group
.
update_permissions
expect_any_instance_of
(
EE
::
Gitlab
::
LDAP
::
Sync
::
Proxy
).
not_to
receive
(
:dns_for_group_cn
)
expect
(
group
.
members
.
pluck
(
:user_id
)).
not_to
include
(
user
.
id
)
sync_group
.
update_permissions
end
end
end
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