Skip to content

Fix the `_next_instance_of` mock helpers

Mehmet Emin INAC requested to merge fix_next_instance_of_rspec_mock_helper into master

What does this MR do?

This MR makes it possible to mock the objects allocated as the result of ActiveRecord query and finder methods.

Here is the place where Active Record objects are being initialized https://github.com/rails/rails/blob/6-0-stable/activerecord/lib/active_record/persistence.rb#L403

Screenshots

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
Edited by Mehmet Emin INAC

Merge request reports

Loading