Remove duplicate shared example
What does this MR do and why?
I just found this accidentally while I was looking for something else.
This shared example seems to be a duplicate of https://gitlab.com/gitlab-org/gitlab/blob/89ee40a7450cc07f14e81dc9ea1d3661ed4b233a/spec/support/shared_examples/namespaces/members.rb#L3.
I'm not sure why RSpec doesn't emit shared example name clash warning though. spec/support/shared_examples
folder, but it doesn't seem to print out warning when there is duplicate like this one.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.