Skip to content

Update user model specs for delegated methods

Dallas Reedy requested to merge update-user-specs-for-delegated-methods into master

What does this MR do?

In preparation for a new delegated method on the User model, it seems like a good time to update the specs for the existing delegated methods on that model.

Note that the with_arguments(:args) is really used to simply pass some sort of argument through, the matcher doesn’t do any actual argument checking (but if we don’t provide an argument for those delegated methods, they will raise an exception).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Merge request reports