Remove unnecessary stubs from `organization_helper_spec.rb`
Follow-up from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157087#note_1967070969
In `spec/helpers/organizations/organization_helper_spec.rb` we have a number of unnecessary stubs. To improve test coverage we should remove these stubs. Most of the path stubs should be unneeded.
issue