Remove extra `#` from comment on override LDAP memberships feature spec

parent b320647f
......@@ -13,7 +13,7 @@ feature 'Groups > Members > Master/Owner can override LDAP access levels', featu
let!(:regular_member) { create(:group_member, :guest, group: group, user: maryjane, ldap: false) }
background do
# We need to actually activate the LDAP config otherwise `Group#ldap_synced?` # will always be false!
# We need to actually activate the LDAP config otherwise `Group#ldap_synced?` will always be false!
allow(Gitlab.config.ldap).to receive_messages(enabled: true)
login_as(owner)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment